reduce header icon left-margin to fit

This commit is contained in:
Jeff Atwood 2014-04-01 11:09:41 -07:00
parent 36bb4c02b7
commit 3116715a69
2 changed files with 2 additions and 2 deletions

View File

@ -57,7 +57,7 @@
.icons {
float: left;
text-align: center;
margin: 0 0 0 15px;
margin: 0 0 0 5px;
list-style: none;
> li {
float: left;

View File

@ -458,7 +458,7 @@ iframe {
@include medium-width {
.extra-info-wrapper {
max-width: 760px;
max-width: 740px;
}
}