aboutsummaryrefslogtreecommitdiff
path: root/assets/scss
diff options
context:
space:
mode:
authorhellekin <how@cepheide.org>2024-10-23 19:20:10 +0200
committerhellekin <how@cepheide.org>2024-10-23 19:20:10 +0200
commit8302d7a9800f4eda1ae9150c1d7c4384d8bb9498 (patch)
treec6fc4708cb82a4fc001a8ffeed12eb7b4fe33141 /assets/scss
parent35186737c9dc8f8a88b8e19564ae047e330e141a (diff)
downloadlesoiseaux.io-8302d7a9800f4eda1ae9150c1d7c4384d8bb9498.tar.gz
[CSS] Have links use all the space
Diffstat (limited to 'assets/scss')
-rw-r--r--assets/scss/_header-nav.scss3
1 files changed, 2 insertions, 1 deletions
diff --git a/assets/scss/_header-nav.scss b/assets/scss/_header-nav.scss
index 220bfb0..6a5b41d 100644
--- a/assets/scss/_header-nav.scss
+++ b/assets/scss/_header-nav.scss
@@ -10,7 +10,7 @@ article > header > nav {
li {
margin: 0 auto;
- padding: 0.5rem;
+ padding: 0;
flex: 1;
text-align: center;
border: 1px solid;
@@ -21,6 +21,7 @@ article > header > nav {
position: relative;
width: 100%;
height: 100%;
+ padding: 0.5rem;
background-color: $bg-txt-off;
color: white;