This commit is contained in:
Wes Bos 2023-02-21 15:12:38 -05:00
parent c90388f0c9
commit fe5a1ea9c4

View file

@ -15,6 +15,13 @@
font-display: swap; font-display: swap;
} }
html {
box-sizing: border-box;
}
*, *:before, *:after {
box-sizing: inherit;
}
/* Global Styles */ /* Global Styles */
:root { :root {
--purple: #b066ff; --purple: #b066ff;
@ -35,6 +42,7 @@
body { body {
font-size: 2rem; font-size: 2rem;
overflow-y: scroll; overflow-y: scroll;
margin: 0;
} }
h1, h1,