Skip to content
Snippets Groups Projects
Commit b3e7beb7 authored by Lynx Kotoura's avatar Lynx Kotoura Committed by Eugen Rochko
Browse files

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
No related branches found
No related tags found
No related merge requests found
......@@ -455,12 +455,12 @@
.brand {
a {
padding-left: 0;
padding-right: 0;
color: $white;
}
img {
height: 32px;
margin-right: 10px;
position: relative;
top: 4px;
left: -10px;
......@@ -728,7 +728,6 @@
.links .brand img {
left: 0;
top: 0;
margin-right: 0;
}
.hero {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment