Skip to content
Extraits de code Groupes Projets
Valider fbdbd13c rédigé par Eliah REBSTOCK's avatar Eliah REBSTOCK
Parcourir les fichiers

Amélioration des boutons du nav, pour le responsive

parent 6b4d333b
Aucune branche associée trouvée
Aucune étiquette associée trouvée
2 requêtes de fusion!21Merge de Dev dans Master,!9Merge de Dev_page_accueil dans Dev
...@@ -194,10 +194,9 @@ nav ul { ...@@ -194,10 +194,9 @@ nav ul {
nav ul li { nav ul li {
display: inline-block; display: inline-block;
text-align: center; text-align: center;
margin:0 5px 2px 5px;
padding: 2px 8px 0 8px;
line-height: 28px; line-height: 28px;
height:28px; height:28px;
margin-bottom:2px;
border-radius: 2px; border-radius: 2px;
color:blanchedalmond; color:blanchedalmond;
background: #02071E linear-gradient(to bottom, #02071E, #02071E, rgba(255, 255, 255, 0)); background: #02071E linear-gradient(to bottom, #02071E, #02071E, rgba(255, 255, 255, 0));
...@@ -498,6 +497,10 @@ article h2{ ...@@ -498,6 +497,10 @@ article h2{
float: left; float: left;
} }
nav ul li{
margin:0 5px 2px 5px;
padding: 2px 8px 0 8px;
}
header{ header{
min-height: 40px; min-height: 40px;
......
0% Chargement en cours ou .
You are about to add 0 people to the discussion. Proceed with caution.
Veuillez vous inscrire ou vous pour commenter