Quellcode durchsuchen

Work out a layout for paper print

theenglishway (time) vor 2 Jahren
Ursprung
Commit
c6c391e213
1 geänderte Dateien mit 15 neuen und 0 gelöschten Zeilen
  1. 15 0
      lib/views/layout.ex

+ 15 - 0
lib/views/layout.ex

@@ -117,6 +117,21 @@ defmodule CvGenView.Layout do
 
         body {
           width: 100%;
+          grid-template-areas:
+          "basics basics"
+          "about contact"
+          "education skills"
+          "education languages"
+          "work work";
+          grid-template-columns: 2fr 1fr;
+          margin-top: 0;
+          margin-bottom: 0;
+          padding: 0;
+          font-size: 14.7px;
+        }
+
+        #education {
+          align-self: center;
         }
 
         .work {