aboutsummaryrefslogtreecommitdiff
path: root/sass
diff options
context:
space:
mode:
authorValentin Popov <valentin@popov.link>2022-11-05 23:02:07 +0300
committerValentin Popov <valentin@popov.link>2022-11-05 23:02:07 +0300
commit12f5b3751391669a53cd2834d459b6f2ad61ff17 (patch)
tree37abe86608c145c11ef2ccde25b49ad07c9f4d3e /sass
parent2b311561fa86951931975661c01177931ec4d480 (diff)
downloadpopov.link-12f5b3751391669a53cd2834d459b6f2ad61ff17.tar.xz
popov.link-12f5b3751391669a53cd2834d459b6f2ad61ff17.zip
Changed height of the navbar
Signed-off-by: Valentin Popov <valentin@popov.link>
Diffstat (limited to 'sass')
-rw-r--r--sass/_navbar.scss2
1 files changed, 1 insertions, 1 deletions
diff --git a/sass/_navbar.scss b/sass/_navbar.scss
index b0ae23d..2627d56 100644
--- a/sass/_navbar.scss
+++ b/sass/_navbar.scss
@@ -1,7 +1,7 @@
header {
background-color: $color-header;
left: 0;
- line-height: 4em;
+ line-height: 3.5em;
position: absolute;
right: 0;
top: 0;