Set top margin on large screens (was xlarge)

This commit is contained in:
2015-12-20 18:38:22 -06:00
parent 14d8aaf2d7
commit 735c4029a4

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;
}