We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 09726bd commit 8a14cb4Copy full SHA for 8a14cb4
index.html
@@ -2,6 +2,7 @@
2
3
<head>
4
<title> C Algorithms </title>
5
+<meta name="viewport" content="width=device-width, initial-scale=1">
6
<link rel="stylesheet" href="boring/boring.css">
7
<style>
8
@@ -19,8 +20,8 @@
19
20
21
<body>
22
-<img src="calg.svg" align="right" border="0" width="220"
23
- style="margin: 30px 0 0 20px;"
+<img src="calg.svg" align="right" border="0" width="40%"
24
+ style="margin: 1em 0 1em 1em;"
25
title="With apologies to Kernighan and Ritchie :-)">
26
27
<h1> C Algorithms </h1>
0 commit comments