diff --git a/class.css b/class.css index 614eb8c..c8f1e73 100644 --- a/class.css +++ b/class.css @@ -145,8 +145,10 @@ .texte { flex-grow: 6; + text-align: justify; } + .specialiste { flex-grow: 1; } diff --git a/navigation.css b/navigation.css index a1812db..ac9c067 100644 --- a/navigation.css +++ b/navigation.css @@ -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;