quatuorbellefeuille.com

Content, build scripts and admin scripts for the Bellefeuille Quartet website.
git clone https://git.kevinlegouguec.net/quatuorbellefeuille.com
Log | Files | Refs

commit 25e1ca957fc1465fb3223d4a9f355c268dfd2844
parent 30b8c9136a6641ba2e838317a604b775960b1ef0
Author: Kévin Le Gouguec <kevin.legouguec@gmail.com>
Date:   Sat, 16 Jan 2021 22:44:37 +0100

Touch up padding for navigation menu

Diffstat:
Mcommun.css | 4++--
1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/commun.css b/commun.css @@ -36,6 +36,7 @@ header.banner:hover h1 { nav > ol, nav li.dropdown > ul { list-style-type: none; + padding-left: 0; } nav > ol > li > a { display: block; @@ -112,7 +113,6 @@ footer.legal { align-items: center; align-content: stretch; flex-wrap: wrap; - padding-left: 0; text-align: center; } @@ -125,7 +125,6 @@ footer.legal { } nav li.dropdown ul { position: absolute; - padding-left: 0; width: 100%; text-align: left; background: lightgrey; @@ -323,6 +322,7 @@ footer.legal { header.menu .content nav { grid-row: 1 / -1; grid-column: 1; + padding: 2rem; } header.menu .content .lang { grid-row: 2;