Sfoglia il codice sorgente

Add icons for mail/linkedin

theenglishway (time) 2 anni fa
parent
commit
02df876bc0
2 ha cambiato i file con 45 aggiunte e 2 eliminazioni
  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