1
0
Fork 0

Set top margin on large screens (was xlarge)

remotes/origin/HEAD
Dustin 2015-12-20 18:38:22 -06:00
parent 14d8aaf2d7
commit 735c4029a4
1 changed files with 3 additions and 3 deletions

View File

@ -90,14 +90,14 @@
#logo img {
max-height: 400px;
}
#main {
margin: 10% auto;
}
}
@media only screen and (min-width: 1440px) {
.row {
max-width: 1600px;
}
#main {
margin: 10% auto;
}
#songquote .quote {
font-size: 60pt;
}