diff --git a/assets/css/main.css b/assets/css/main.css index 8086a37..217e93b 100644 --- a/assets/css/main.css +++ b/assets/css/main.css @@ -566,7 +566,7 @@ Hero } #hero:before { content: ""; - background: rgba(255, 255, 255, 0.3); + background: rgba(0, 0, 0, 0.13); position: absolute; bottom: 0; top: 0; @@ -595,7 +595,7 @@ Hero padding: 4px; } #hero .icon-box { - padding: ; + padding: 1; transition: ease-in-out 0.3s; border: 1px solid rgba(255, 255, 255, 0.3); text-align: center; diff --git a/index.html b/index.html index f595771..19417e1 100644 --- a/index.html +++ b/index.html @@ -75,7 +75,9 @@ ...