Tweak hero appearance

This commit is contained in:
Toby Zerner 2015-06-19 13:55:20 +09:30
parent f48a9b2aca
commit d58d7eb27d
2 changed files with 1 additions and 4 deletions

View File

@ -5,9 +5,6 @@
padding: 20px 0;
color: @fl-body-hero-color;
& a {
color: inherit;
}
& .close {
float: right;
margin-top: -10px;

View File

@ -4,7 +4,7 @@ body {
overflow-y: scroll;
}
.container-narrow {
max-width: 500px;
max-width: 600px;
margin: 0 auto;
}
.global-page {