From fcf0dbeeccbbe71302bf2e26cf40ab0ee7fe2d0b Mon Sep 17 00:00:00 2001 From: elizabethh777 Date: Mon, 26 Sep 2022 16:36:12 +0200 Subject: [PATCH 1/5] responsive --- src/css/main.css | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/src/css/main.css b/src/css/main.css index cf1c5d282..a334e1c0c 100644 --- a/src/css/main.css +++ b/src/css/main.css @@ -241,7 +241,7 @@ label { font-size: 230px; margin: 0px; font-weight: 900; - position: absolute; + position: relative; left: 50%; -webkit-transform: translateX(-50%); -ms-transform: translateX(-50%); @@ -278,3 +278,9 @@ label { font-size: 80px; } } + +/* @media only screen and (max-width: 2000px) { + .notfound .notfound-404 h1 { + font-size: 230px; + } +} */ \ No newline at end of file From 4f6eca8799ee69aa9d0a10fbaba02d2a2c102fde Mon Sep 17 00:00:00 2001 From: elizabethh777 Date: Mon, 26 Sep 2022 17:01:12 +0200 Subject: [PATCH 2/5] responsive --- src/css/main.css | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/src/css/main.css b/src/css/main.css index a334e1c0c..a7c557c58 100644 --- a/src/css/main.css +++ b/src/css/main.css @@ -273,14 +273,13 @@ label { margin-top: 0px; } -@media only screen and (max-width: 767px) { +@media only screen and (max-width: 1000px) { .notfound .notfound-404 h1 { - font-size: 80px; + font-size: 50px; } } - -/* @media only screen and (max-width: 2000px) { +@media only screen and (max-width: 1500px) { .notfound .notfound-404 h1 { - font-size: 230px; + font-size: 100px; } -} */ \ No newline at end of file +} \ No newline at end of file From 5ce0c87cb58e75efe8a9ca83b46fe278fdb5c192 Mon Sep 17 00:00:00 2001 From: elizabethh777 Date: Mon, 26 Sep 2022 17:01:26 +0200 Subject: [PATCH 3/5] font size is updated --- src/css/main.css | 5 ----- 1 file changed, 5 deletions(-) diff --git a/src/css/main.css b/src/css/main.css index a7c557c58..1fbc31157 100644 --- a/src/css/main.css +++ b/src/css/main.css @@ -277,9 +277,4 @@ label { .notfound .notfound-404 h1 { font-size: 50px; } -} -@media only screen and (max-width: 1500px) { - .notfound .notfound-404 h1 { - font-size: 100px; - } } \ No newline at end of file From 79ae576c1c727d9cdfbe50fa0e393c9ae9d9b39a Mon Sep 17 00:00:00 2001 From: elizabethh777 Date: Mon, 26 Sep 2022 17:02:44 +0200 Subject: [PATCH 4/5] prettier --- src/css/main.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/css/main.css b/src/css/main.css index 1fbc31157..7f49d99d0 100644 --- a/src/css/main.css +++ b/src/css/main.css @@ -277,4 +277,4 @@ label { .notfound .notfound-404 h1 { font-size: 50px; } -} \ No newline at end of file +} From 9886fb715c8c6044cd9bf2c8a7868a0fe3c97626 Mon Sep 17 00:00:00 2001 From: elizabethh777 Date: Mon, 26 Sep 2022 17:13:45 +0200 Subject: [PATCH 5/5] prettier --- src/css/main.css | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/css/main.css b/src/css/main.css index 7f49d99d0..f95bb36e2 100644 --- a/src/css/main.css +++ b/src/css/main.css @@ -238,7 +238,7 @@ label { } .notfound .notfound-404 h1 { - font-size: 230px; + font-size: 10vw; margin: 0px; font-weight: 900; position: relative; @@ -273,8 +273,8 @@ label { margin-top: 0px; } -@media only screen and (max-width: 1000px) { +/* @media only screen and (max-width: 767px) { .notfound .notfound-404 h1 { font-size: 50px; } -} +} */