From e9fc898aa96a41c79c7ff2558c070c68de62a45f Mon Sep 17 00:00:00 2001 From: hellerve Date: Mon, 3 Apr 2017 15:59:43 +0200 Subject: [PATCH] fixed css on 1000-1100 pixels --- style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/style.css b/style.css index 850d7f4..992eb42 100644 --- a/style.css +++ b/style.css @@ -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; }