0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-02-24 23:48:13 -05:00

Minor setup screen design tweaks

This commit is contained in:
John O'Nolan 2014-07-17 11:25:11 +02:00
parent eb23f65fe0
commit 588e8b80bd
3 changed files with 875 additions and 518 deletions

View file

@ -41,7 +41,7 @@
}
h2 {
margin: 10px 0 0 0;
margin: 6px 0 0 0;
padding: 0;
border: none;
font-weight: 200;
@ -67,20 +67,21 @@
padding: 40px;
color: lighten($midgrey, 15%);
background: darken($darkgrey, 5%);
border-radius: 2px;
@media (max-width: 400px) {
padding: 15px;
}
header {
margin-bottom: 45px;
margin-bottom: 35px;
@media (max-width: 550px) {
margin-bottom: 35px;
}
}
footer {
margin: 40px 0 5px 0;
margin: 30px 0 5px 0;
@media (max-width: 550px) {
margin-top: 35px;
}

File diff suppressed because it is too large Load diff

File diff suppressed because one or more lines are too long