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