mirror of
https://github.com/BradNut/awesome-uses
synced 2025-09-08 17:40:31 +00:00
bbox
This commit is contained in:
parent
c90388f0c9
commit
fe5a1ea9c4
1 changed files with 8 additions and 0 deletions
|
|
@ -15,6 +15,13 @@
|
|||
font-display: swap;
|
||||
}
|
||||
|
||||
html {
|
||||
box-sizing: border-box;
|
||||
}
|
||||
*, *:before, *:after {
|
||||
box-sizing: inherit;
|
||||
}
|
||||
|
||||
/* Global Styles */
|
||||
:root {
|
||||
--purple: #b066ff;
|
||||
|
|
@ -35,6 +42,7 @@
|
|||
body {
|
||||
font-size: 2rem;
|
||||
overflow-y: scroll;
|
||||
margin: 0;
|
||||
}
|
||||
|
||||
h1,
|
||||
|
|
|
|||
Loading…
Reference in a new issue