Set top margin on large screens (was xlarge)
This commit is contained in:
@@ -90,14 +90,14 @@
|
|||||||
#logo img {
|
#logo img {
|
||||||
max-height: 400px;
|
max-height: 400px;
|
||||||
}
|
}
|
||||||
|
#main {
|
||||||
|
margin: 10% auto;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
@media only screen and (min-width: 1440px) {
|
@media only screen and (min-width: 1440px) {
|
||||||
.row {
|
.row {
|
||||||
max-width: 1600px;
|
max-width: 1600px;
|
||||||
}
|
}
|
||||||
#main {
|
|
||||||
margin: 10% auto;
|
|
||||||
}
|
|
||||||
#songquote .quote {
|
#songquote .quote {
|
||||||
font-size: 60pt;
|
font-size: 60pt;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user