Indent content by 1vw, 1vh

This commit is contained in:
Emilia Allison 2022-09-28 12:28:06 -04:00
parent fc9a27d453
commit f21678220a
Signed by: emilia
GPG Key ID: 7A3F8997BFE894E0
4 changed files with 14 additions and 0 deletions

View File

@ -33,6 +33,11 @@ body {
min-height: 100vh;
}
main {
margin-left: 1vw;
margin-top: 1vh;
}
img, picture {
max-width: 100%;
display: block;

View File

@ -8,6 +8,7 @@
<!-- Base v1 -->
</head>
<body>
<main>
<header id="title">
<h1>Base</h1>
</header>
@ -109,5 +110,6 @@
<a href="../">Return to Purgatory</a>
</footer>
</main>
</body>
</html>

View File

@ -65,6 +65,11 @@ body {
min-height: 100vh;
}
main {
margin-left: 1vw;
margin-top: 1vh;
}
img, picture {
max-width: 100%;
display: block;

View File

@ -8,6 +8,7 @@
<!-- Base v1 -->
</head>
<body>
<main>
<header id="title">
<h1>pink</h1>
</header>
@ -117,5 +118,6 @@
<a href="../">Return to Purgatory</a>
</footer>
</main>
</body>
</html>