Skip to content

Commit 8a14cb4

Browse files
committed
Set viewport default scale
1 parent 09726bd commit 8a14cb4

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

index.html

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22

33
<head>
44
<title> C Algorithms </title>
5+
<meta name="viewport" content="width=device-width, initial-scale=1">
56
<link rel="stylesheet" href="boring/boring.css">
67
<style>
78

@@ -19,8 +20,8 @@
1920

2021
<body>
2122

22-
<img src="calg.svg" align="right" border="0" width="220"
23-
style="margin: 30px 0 0 20px;"
23+
<img src="calg.svg" align="right" border="0" width="40%"
24+
style="margin: 1em 0 1em 1em;"
2425
title="With apologies to Kernighan and Ritchie :-)">
2526

2627
<h1> C Algorithms </h1>

0 commit comments

Comments
 (0)