[Glitch] Fixed the setting page's logo that is not displayed on the smartphone
Port 2cb4c0caed
to glitch-soc
Signed-off-by: Claire <claire.github-309c@sitedethib.com>
lolsob-rspec
parent
490417762f
commit
68c03ea7be
|
@ -75,6 +75,13 @@ $content-width: 840px;
|
|||
height: 100px;
|
||||
}
|
||||
|
||||
.logo--wordmark {
|
||||
display: inherit;
|
||||
margin: inherit;
|
||||
width: inherit;
|
||||
height: 20px;
|
||||
}
|
||||
|
||||
@media screen and (max-width: $no-columns-breakpoint) {
|
||||
& > a:first-child {
|
||||
display: none;
|
||||
|
|
Loading…
Reference in New Issue