CSS : Centrage texte
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user