aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAkshay <[email protected]>2020-01-25 14:06:00 +0000
committerAkshay <[email protected]>2020-01-25 14:06:00 +0000
commit392653ee25a393eae99d96f1299bb4e2a012fc4e (patch)
tree504e4efba86e5e1f0f0c6180e73405e9b95a04a7
parent47e58c6499575e2a04f70fdfdeff7e74fbc6861c (diff)
font sizing, misc.
-rw-r--r--docs/style.css4
-rw-r--r--post.esh2
2 files changed, 3 insertions, 3 deletions
diff --git a/docs/style.css b/docs/style.css
index 5457004..45e69eb 100644
--- a/docs/style.css
+++ b/docs/style.css
@@ -25,11 +25,11 @@ body {
25} 25}
26 26
27html { 27html {
28 font-size: 22px; 28 font-size: 20px;
29} 29}
30 30
31.posts { 31.posts {
32 width: 50%; 32 width: 40%;
33} 33}
34 34
35/* mobile devices */ 35/* mobile devices */
diff --git a/post.esh b/post.esh
index 4996ba2..61516c0 100644
--- a/post.esh
+++ b/post.esh
@@ -20,7 +20,7 @@
20 <div class="post-text"> 20 <div class="post-text">
21 <% lowdown "$file"%> 21 <% lowdown "$file"%>
22 </div> 22 </div>
23 <a href="/index.html" class="post-end-link">← Back</a> 23 <a href="/" class="post-end-link">← Back</a>
24 <div class="separator"></div> 24 <div class="separator"></div>
25 </div> 25 </div>
26 </div> 26 </div>