[backport] Fixed beta text in navigation logo

stable
Xavier Julián 2014-10-13 12:26:57 +02:00 committed by David Barragán Merino
parent 721e8a5795
commit 6fad96a35c
1 changed files with 3 additions and 3 deletions

View File

@ -12,7 +12,7 @@
} }
.logo-container { .logo-container {
cursor: pointer; cursor: pointer;
margin: 20%; margin: 20% 20% .7rem;
object, object,
img, img,
svg { svg {
@ -23,12 +23,12 @@
@extend %large; @extend %large;
color: $white; color: $white;
display: block; display: block;
margin-top: -4px; margin-top: -5px;
text-align: center; text-align: center;
} }
sup { sup {
display: block; display: block;
line-height: .7rem; line-height: 1rem;
} }
} }