Changement du menu pour mes nouvelles activités

This commit is contained in:
leosw
2025-07-13 15:10:56 +02:00
parent 687de1ed71
commit 613776264c
3 changed files with 42 additions and 6 deletions

View File

@@ -122,6 +122,16 @@ header li a {
header li a:hover, header li a:focus-within {
color: white;
}
header li.with-subtitle a {
padding: 15px 15px 25px;
}
header li .subtitle {
font-size: 80%;
font-style: italic;
white-space: nowrap;
padding-left: 5px;
}
header li:hover a, header li:focus-within a {
border-bottom: 6px solid blue;
@@ -160,6 +170,12 @@ header li.has-sub ul {
background: #212121;
}
header li.with-subtitle ul {
right: unset;
position: relative;
min-width: 100%;
}
header li.has-sub ul li {
display: block;
height: 46px;