diff --git a/assets/file-solid.svg b/assets/file-solid.svg new file mode 100644 index 0000000..e90a3e2 --- /dev/null +++ b/assets/file-solid.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/index.html b/index.html index 3533e25..cdaf79c 100644 --- a/index.html +++ b/index.html @@ -74,6 +74,15 @@ +
+ + + + + +
diff --git a/style.css b/style.css index 711bd52..931c42f 100644 --- a/style.css +++ b/style.css @@ -97,6 +97,21 @@ img { } } +.make-icon-smaller { + display: flex; + + a { + display: flex; + flex: 1; + + svg { + margin: auto; + height: 75%; + padding-bottom: 5%; + } + } +} + h2 { span { display: inline-block;