This commit is contained in:
Jason Schwarzenberger
2020-12-01 16:47:04 +13:00
parent 60e34935ee
commit 8115d86335
17 changed files with 352 additions and 304 deletions
+2 -2
View File
@@ -6,9 +6,9 @@
<style>
main {
position: relative;
max-width: 56em;
max-width: 64rem;
background-color: white;
padding: 2em;
padding: 0.5rem;
margin: 0 auto;
box-sizing: border-box;
}