Skip to content
Extraits de code Groupes Projets
Valider fc146a19 rédigé par Pavel Djundik's avatar Pavel Djundik Validation de Eugen
Parcourir les fichiers

Improve about page responsiveness (#1252)

parent 941a593e
Aucune branche associée trouvée
Aucune étiquette associée trouvée
Aucune requête de fusion associée trouvée
...@@ -158,6 +158,14 @@ ...@@ -158,6 +158,14 @@
color: $color5; color: $color5;
} }
} }
@media screen and (max-width: 500px) {
flex-direction: column;
.section {
text-align: left;
}
}
} }
.owner { .owner {
...@@ -281,6 +289,15 @@ ...@@ -281,6 +289,15 @@
} }
} }
} }
@media screen and (max-width: 625px) {
flex-direction: column;
.sidebar {
border: 1px solid lighten($color1, 10%);
width: auto;
}
}
} }
.features-list { .features-list {
......
0% Chargement en cours ou .
You are about to add 0 people to the discussion. Proceed with caution.
Terminez d'abord l'édition de ce message.
Veuillez vous inscrire ou vous pour commenter