ソースを参照

Add icons for mail/linkedin

theenglishway (time) 2 年 前
コミット
02df876bc0
2 ファイル変更45 行追加2 行削除
  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 {

ファイルの差分が大きいため隠しています
+ 44 - 2
lib/views/basics.ex