Skip to content
Extraits de code Groupes Projets
Valider b3e7beb7 rédigé par Lynx Kotoura's avatar Lynx Kotoura Validation de Eugen Rochko
Parcourir les fichiers

Perfectly center mastodon logo on mobile landing page (#4339)

Setting only padding-left made the logo left-shifted on mobile page. Margin-right was old setting for adjusting clearance between old logo and letter "Mastodon".
parent a549d1ae
Aucune branche associée trouvée
Aucune étiquette associée trouvée
Aucune requête de fusion associée trouvée
...@@ -455,12 +455,12 @@ ...@@ -455,12 +455,12 @@
.brand { .brand {
a { a {
padding-left: 0; padding-left: 0;
padding-right: 0;
color: $white; color: $white;
} }
img { img {
height: 32px; height: 32px;
margin-right: 10px;
position: relative; position: relative;
top: 4px; top: 4px;
left: -10px; left: -10px;
...@@ -728,7 +728,6 @@ ...@@ -728,7 +728,6 @@
.links .brand img { .links .brand img {
left: 0; left: 0;
top: 0; top: 0;
margin-right: 0;
} }
.hero { .hero {
......
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