Преглед изворни кода

Work out a layout for paper print

theenglishway (time) пре 2 година
родитељ
комит
c6c391e213
1 измењених фајлова са 15 додато и 0 уклоњено
  1. 15 0
      lib/views/layout.ex

+ 15 - 0
lib/views/layout.ex

@@ -117,6 +117,21 @@ defmodule CvGenView.Layout do
 
 
         body {
         body {
           width: 100%;
           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 {
         .work {