From 9e57dd43f0f0fa5975964deabf2d7f35d17aa7bc Mon Sep 17 00:00:00 2001 From: Xavier Del Campo Romero Date: Tue, 3 Jan 2023 04:18:24 +0100 Subject: [PATCH] Perform minor aesthetic CSS changes --- assets/scss/_predefined.scss | 2 +- assets/scss/style.scss | 12 +++++------- 2 files changed, 6 insertions(+), 8 deletions(-) diff --git a/assets/scss/_predefined.scss b/assets/scss/_predefined.scss index 7d87c02..86457da 100644 --- a/assets/scss/_predefined.scss +++ b/assets/scss/_predefined.scss @@ -2,7 +2,7 @@ // $theme: #018574; $text: #e8eef2; -$light-grey: #494f5c; +$light-grey: #181a1b; $dark-grey: #3B3E48; $highlight-grey: #7d828a; $midnightblue: #2c3e50; diff --git a/assets/scss/style.scss b/assets/scss/style.scss index 32ba2ae..e4b3020 100644 --- a/assets/scss/style.scss +++ b/assets/scss/style.scss @@ -228,7 +228,6 @@ table { bottom: 0; width: 100%; box-sizing: border-box; - box-shadow: -1px -2px 3px rgba(0, 0, 0, 0.45); background-color: $dark-grey; animation-duration: .3s; } @@ -237,13 +236,13 @@ table { display: flex; justify-content: space-between; align-items: center; - padding: .5em 0; + padding: .1em 0; font-size: 1.2rem; .site-branding { display: inline-block; margin-right: .8em; - font-size: 1.2em; + font-size: 0.8em; } .site-nav { @@ -266,8 +265,8 @@ table { } } -.hdr-icons { - font-size: 1.2em; +#menu-btn { + font-size: 1.5em; } .hdr-social { @@ -299,13 +298,12 @@ table { #mobile-menu { position: fixed; - bottom: 4.8em; + bottom: 3.5em; right: 1.5em; display: none; padding: .6em 1.8em; z-index: 1; box-sizing: border-box; - box-shadow: -1px -2px 3px 0px rgba(0, 0, 0, 0.45); background-color: $dark-grey; ul {