Set top margin on large screens (was xlarge)
parent
14d8aaf2d7
commit
735c4029a4
|
@ -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;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue