diff options
author | ADRN <adrien@luxeylab.net> | 2024-08-30 09:29:52 +0200 |
---|---|---|
committer | ADRN <adrien@luxeylab.net> | 2024-08-30 09:29:52 +0200 |
commit | 258643e7cf9a7cd5232ae70eea2e256e455a7510 (patch) | |
tree | 62d72926d125716cdbaddb78e896125ccb4fe930 /static/css/home.css | |
parent | 3e6ae0e636a664e4c56f43a64c1f5b034f978417 (diff) | |
download | site-258643e7cf9a7cd5232ae70eea2e256e455a7510.tar.gz site-258643e7cf9a7cd5232ae70eea2e256e455a7510.zip |
liens du footer dans balise nav
Diffstat (limited to 'static/css/home.css')
-rw-r--r-- | static/css/home.css | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/static/css/home.css b/static/css/home.css index 9053807..f438a5d 100644 --- a/static/css/home.css +++ b/static/css/home.css @@ -390,6 +390,7 @@ div#blog { grid-area: row-start / col-sep 1 / jardin-end / col-sep 11; } + nav#menu { position: fixed; width: 100%; @@ -532,7 +533,7 @@ div#blog { font-size: 0.85rem; } - #liens { + nav#liens { text-align: center; margin-bottom: 12rem; } |