Browse Source

Add icons for mail/linkedin

theenglishway (time) 2 years ago
parent
commit
02df876bc0
2 changed files with 45 additions and 2 deletions
  1. 1 0
      lib/templates/cv.html.heex
  2. 44 2
      lib/views/basics.ex

+ 1 - 0
lib/templates/cv.html.heex

@@ -24,6 +24,7 @@
       dl {
         display: grid;
         grid-template-columns: auto 1fr;
+        align-items: center;
       }
 
       dt {

File diff suppressed because it is too large
+ 44 - 2
lib/views/basics.ex