fixed css on 1000-1100 pixels

This commit is contained in:
2017-04-03 15:59:43 +02:00
parent e4aa56ee98
commit e9fc898aa9

View File

@@ -39,7 +39,7 @@ p {
cursor: pointer;
font-family: 'Ingeborg-Regular';
}
@media all and (max-device-width: 1000px) {
@media all and (max-device-width: 1100px) {
.poem {
font-size: 40px;
padding-left: 3em;
@@ -52,7 +52,7 @@ p {
font-size: 170px;
}
}
@media all and (max-width: 1000px) {
@media all and (max-width: 1100px) {
.poem {
padding-left: 3em;
}