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

@@ -145,8 +145,10 @@
.texte { .texte {
flex-grow: 6; flex-grow: 6;
text-align: justify;
} }
.specialiste { .specialiste {
flex-grow: 1; flex-grow: 1;
} }

View File

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