mirror of
https://github.com/discourse/discourse.git
synced 2025-02-25 18:55:32 -06:00
reduce header icon left-margin to fit
This commit is contained in:
parent
36bb4c02b7
commit
3116715a69
@ -57,7 +57,7 @@
|
|||||||
.icons {
|
.icons {
|
||||||
float: left;
|
float: left;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
margin: 0 0 0 15px;
|
margin: 0 0 0 5px;
|
||||||
list-style: none;
|
list-style: none;
|
||||||
> li {
|
> li {
|
||||||
float: left;
|
float: left;
|
||||||
|
@ -458,7 +458,7 @@ iframe {
|
|||||||
|
|
||||||
@include medium-width {
|
@include medium-width {
|
||||||
.extra-info-wrapper {
|
.extra-info-wrapper {
|
||||||
max-width: 760px;
|
max-width: 740px;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user