diff --git a/css/style.css b/css/style.css index d1c4a2e..2186bdc 100644 --- a/css/style.css +++ b/css/style.css @@ -141,23 +141,6 @@ nav ul li a { color: white; } -#a-propos { - margin: 20px; -} - -#a-propos:target { - display: block; -} - -#mesProjets:target { - display: block; -} - -#cv:target { - display: block; -} - - section { margin-bottom: 40px; @@ -173,7 +156,19 @@ section h2 { display: block; } -#a-propos:target, #mesProjets:target { +#a-propos { + margin: 20px; +} + +#a-propos:target { + display: block; +} + +#mesProjets:target { + display: block; +} + +#cv:target { display: block; }