From d97118112cc95466e280191bb5fd43d64908bd7a Mon Sep 17 00:00:00 2001 From: zPlus Date: Sun, 31 Dec 2017 16:34:28 +0100 Subject: [PATCH] Fix line spaces and font for "new year"

---
 css/reset.styl      |  6 +++---
 template/index.twig | 16 +++++++++-------
 2 files changed, 12 insertions(+), 10 deletions(-)

diff --git a/css/reset.styl b/css/reset.styl
index dacf5498..273c7747 100755
--- a/css/reset.styl
+++ b/css/reset.styl
@@ -166,8 +166,8 @@ pre
 pre.new_year
     background-color    transparent
     color               #BF0000
-    font-family         "Courier 10 Pitch", Courier, monospace
-    font-size           .8em
+    font-family         monospace
+    font-size           .8rem
     font-webkit         bold
     margin              0 0 2em 0
     text-align          center
@@ -192,4 +192,4 @@ p > code
     white-space         -o-pre-wrap
 
 ul, ol
-    margin              1.2em 2em
\ No newline at end of file
+    margin              1.2em 2em
diff --git a/template/index.twig b/template/index.twig
index d8d78396..bfe19ca3 100755
--- a/template/index.twig
+++ b/template/index.twig
@@ -9,7 +9,9 @@
         
     #}
     
-    {# Welcome New Year #}
+    {# Welcome New Year.
+     # To maintain alignment, keep al lines below of the same length.
+     #}
     
                     .''.    
   .        *''*    :_\/_:   
@@ -19,12 +21,12 @@ _\(/_  .:.*_\/_*   : /\ :
    *_\/_*     -= o =-  /)\  
    * /\ *     .'/.\'.   '   
     *..*         :          
-    ___   ___  __  ___
-   |__ \ / _ \/_ |/ _ \
-      ) | | | || | (_) |
-     / /| | | || |> _ <
-    / /_| |_| || | (_) |
-   |____|\___/ |_|\___/
+    ___   ___  __  ___      
+   |__ \ / _ \/_ |/ _ \     
+      ) | | | || | (_) |    
+     / /| | | || |> _ <     
+    / /_| |_| || | (_) |    
+   |____|\___/ |_|\___/     
     
{# #}