From f21678220adcf4a4c2c37bd0a6d3b21fede8ab8e Mon Sep 17 00:00:00 2001 From: Emilia Date: Wed, 28 Sep 2022 12:28:06 -0400 Subject: [PATCH] Indent content by 1vw, 1vh --- src/cool-stuff/css-purgatory/base/index.css | 5 +++++ src/cool-stuff/css-purgatory/base/index.html | 2 ++ src/cool-stuff/css-purgatory/pink/index.css | 5 +++++ src/cool-stuff/css-purgatory/pink/index.html | 2 ++ 4 files changed, 14 insertions(+) diff --git a/src/cool-stuff/css-purgatory/base/index.css b/src/cool-stuff/css-purgatory/base/index.css index cde45a7..2915a20 100644 --- a/src/cool-stuff/css-purgatory/base/index.css +++ b/src/cool-stuff/css-purgatory/base/index.css @@ -33,6 +33,11 @@ body { min-height: 100vh; } +main { + margin-left: 1vw; + margin-top: 1vh; +} + img, picture { max-width: 100%; display: block; diff --git a/src/cool-stuff/css-purgatory/base/index.html b/src/cool-stuff/css-purgatory/base/index.html index 9583593..daa9b59 100644 --- a/src/cool-stuff/css-purgatory/base/index.html +++ b/src/cool-stuff/css-purgatory/base/index.html @@ -8,6 +8,7 @@ +

Base

@@ -109,5 +110,6 @@ Return to Purgatory +
diff --git a/src/cool-stuff/css-purgatory/pink/index.css b/src/cool-stuff/css-purgatory/pink/index.css index 2807e62..776cb54 100644 --- a/src/cool-stuff/css-purgatory/pink/index.css +++ b/src/cool-stuff/css-purgatory/pink/index.css @@ -65,6 +65,11 @@ body { min-height: 100vh; } +main { + margin-left: 1vw; + margin-top: 1vh; +} + img, picture { max-width: 100%; display: block; diff --git a/src/cool-stuff/css-purgatory/pink/index.html b/src/cool-stuff/css-purgatory/pink/index.html index e3c5bbf..1456751 100644 --- a/src/cool-stuff/css-purgatory/pink/index.html +++ b/src/cool-stuff/css-purgatory/pink/index.html @@ -8,6 +8,7 @@ +

pink

@@ -117,5 +118,6 @@ Return to Purgatory +