CSS : Centrage texte
This commit is contained in:
@@ -145,8 +145,10 @@
|
|||||||
|
|
||||||
.texte {
|
.texte {
|
||||||
flex-grow: 6;
|
flex-grow: 6;
|
||||||
|
text-align: justify;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
.specialiste {
|
.specialiste {
|
||||||
flex-grow: 1;
|
flex-grow: 1;
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -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;
|
||||||
|
|||||||
Reference in New Issue
Block a user