diff --git a/themes/lean/layouts/partials/head.html b/themes/lean/layouts/partials/head.html index 147d4a1..3688095 100644 --- a/themes/lean/layouts/partials/head.html +++ b/themes/lean/layouts/partials/head.html @@ -27,8 +27,8 @@ {{ hugo.Generator }} - - + + diff --git a/themes/lean/static/css/main.css b/themes/lean/static/css/main.css index 2799cba..e253948 100644 --- a/themes/lean/static/css/main.css +++ b/themes/lean/static/css/main.css @@ -211,7 +211,7 @@ body { -webkit-mask-repeat: no-repeat; mask-repeat: no-repeat; -webkit-mask-size: 100% 100%; - mask-size: 100% 100%; + mask-size: 100% 100%; } .icon-responsive-menu { @@ -235,7 +235,6 @@ body { #topnav { background-color: var(--dark-color); - border-bottom: 1px solid #ddd; padding: 0 10px; position: fixed; top: 0; @@ -361,7 +360,7 @@ body { z-index:3; height:auto; display:none; - top: 45px; + top: 54px; right: -30px; flex-direction: column; border-bottom-left-radius: 10px; @@ -457,11 +456,15 @@ footer { color: rgba(255, 255, 255, 0.7); padding-top: 40px; padding-bottom: 40px; +} - .menu ul { - list-style-type: none; - padding-left: 0; - } +footer .menu ul { + list-style-type: none; + padding-left: 0; +} + +footer .icon { + margin-right: 5px; } .img-fluid {