This commit is contained in:
Dan Abramov 2021-06-04 23:12:01 +01:00
parent 2568fecc38
commit 23c80959ad

View File

@ -2,6 +2,10 @@ body {
font-family: system-ui, sans-serif;
}
* {
box-sizing: border-box;
}
nav {
padding: 20px;
}