From 3b3d14c226265ba8dc886bd99b0e8d5b58f199b4 Mon Sep 17 00:00:00 2001 From: harshganatra111 <33564627+harshganatra111@users.noreply.github.com> Date: Thu, 1 Oct 2020 12:32:45 +0530 Subject: [PATCH 1/3] Delete mobile.css --- css/mobile.css | 5 ----- 1 file changed, 5 deletions(-) delete mode 100644 css/mobile.css diff --git a/css/mobile.css b/css/mobile.css deleted file mode 100644 index 1553987..0000000 --- a/css/mobile.css +++ /dev/null @@ -1,5 +0,0 @@ -@media (max-width: 481px) { - body {font-size: 18px} - main,header,footer {width: calc(100% - 32px)} - section,article {flex:none; width:100%; margin-left: 0} -} \ No newline at end of file From ef182701c25fb76364717a73ebfc2fca328e5a97 Mon Sep 17 00:00:00 2001 From: harshganatra111 <33564627+harshganatra111@users.noreply.github.com> Date: Thu, 1 Oct 2020 12:32:59 +0530 Subject: [PATCH 2/3] Update basic.css --- css/basic.css | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/css/basic.css b/css/basic.css index 3ab5459..8924cd2 100644 --- a/css/basic.css +++ b/css/basic.css @@ -101,3 +101,12 @@ article {background: var(--c2); border-radius: var(--rc); padding: 1em; box-shad [style*="--c:"]:first-child, section>section:first-child, article:first-child {margin-left:0} [style*="--c:"]:last-child, section>section:last-child, article:last-child {margin-right:0} + + + + +@media (max-width: 481px) { + body {font-size: 18px} + main,header,footer {width: calc(100% - 32px)} + section,article {flex:none; width:100%; margin-left: 0} +} From e687e4dfc3abe68b19241b4e9b30e8cad07a6799 Mon Sep 17 00:00:00 2001 From: harshganatra111 <33564627+harshganatra111@users.noreply.github.com> Date: Thu, 1 Oct 2020 12:34:09 +0530 Subject: [PATCH 3/3] Update Looking-Glass.html --- Looking-Glass.html | 1 - 1 file changed, 1 deletion(-) diff --git a/Looking-Glass.html b/Looking-Glass.html index e42b0fd..6e9a93a 100644 --- a/Looking-Glass.html +++ b/Looking-Glass.html @@ -5,7 +5,6 @@ -