From a3d98334861b7a03d4a7c674367ff92cf290eef1 Mon Sep 17 00:00:00 2001 From: Ari Archer Date: Thu, 15 Jul 2021 20:10:16 +0300 Subject: [PATCH] update @ Thu 15 Jul 20:10:16 EEST 2021 --- content/styles/box/box.css | 2 +- content/styles/box/box.scss | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/content/styles/box/box.css b/content/styles/box/box.css index e08d076..562318b 100644 --- a/content/styles/box/box.css +++ b/content/styles/box/box.css @@ -29,7 +29,7 @@ width: 94%; font-size: 1.75em; } -@media screen and (min-width: 1200px) { +@media screen and (min-width: 1360px) { .box .heading { display: block; text-align: left; diff --git a/content/styles/box/box.scss b/content/styles/box/box.scss index 9ad8010..6dff131 100644 --- a/content/styles/box/box.scss +++ b/content/styles/box/box.scss @@ -51,7 +51,7 @@ $lyellow: #e9b648; } - @media screen and (min-width: 1200px) { + @media screen and (min-width: 1360px) { .heading { display: block;