CSS : Centrage texte

This commit is contained in:
Anthony Mahe
2025-06-01 12:12:49 +02:00
parent 54cc601916
commit 80fb4dc647
2 changed files with 8 additions and 1 deletions

View File

@@ -40,6 +40,11 @@
width: 100%;
}
a .active {
border-bottom: solid;
border-color: #CC4331;
}
li a:hover::after {
width: 100%;
}
@@ -224,7 +229,7 @@ nav {
display: none;
}
.menu-btn:checked~nav #menuXL {
.menu-btn:checked~nav-phone #menuXL {
max-height: 100vh;
max-width: 300px;
width: 300px;