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 +