porcellis.com

commit 1567b7984fb2bdd65a99a845ec23222b8b4106ee

Author: Pedro Lucas Porcellis <porcellis@eletrotupi.com>

style: increase font a little bit and give the content more width

 assets/style.scss | 9 ++++-----


diff --git a/assets/style.scss b/assets/style.scss
index 793708fbf1cc206f0412e0f212c9c87d0560dfab..a1f3f07172a783750445d36fe0994ebe26125c71 100644
--- a/assets/style.scss
+++ b/assets/style.scss
@@ -18,9 +18,8 @@ }
 
 html {
   background: var(--bg);
-  font-size: 16px;
-  font-family: serif;
-  line-height: 1.5;
+  font-size: 18px;
+  line-height: 1.77778;
 }
 
 a {
@@ -63,7 +62,7 @@ }
 
 @media only screen and (min-width: 800px) {
   .header-nav, .article-list {
-    grid-column: 5/9;
+    grid-column: 4/10;
     grid-row: 1;
   }
 
@@ -76,7 +75,7 @@     grid-row: 2;
   }
 
   article, .translations, .languages, .inner-article-title, footer > div {
-    grid-column: 5/9;
+    grid-column: 4/10;
   }
 
   content {