Skip to content
Snippets Groups Projects
Commit f84b8d8d authored by Mike Cifani's avatar Mike Cifani
Browse files

make sure steem header logo has padding set, otherwise on pages without the...

make sure steem header logo has padding set, otherwise on pages without the alligned drop down like submit story logo formats bad on mobile(see screenshot)
parent 0b0f80f5
No related branches found
No related tags found
No related merge requests found
......@@ -35,6 +35,9 @@
.Header__top {
background-color: $white;
border-bottom: 1px solid $light-gray;
ul > li.Header__top-logo {
padding: .35rem 0 .35rem 0;
}
ul > li.delim {
color: $medium-gray;
}
......
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