Skip to content
Snippets Groups Projects
Unverified Commit 65ad5898 authored by mayaeh's avatar mayaeh Committed by GitHub
Browse files

Fixed the setting page's logo that is not displayed on the smartphone (#18710)

parent 47f2ff61
No related branches found
No related tags found
No related merge requests found
......@@ -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;
......
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