mirror of
https://github.com/zebrajr/react.git
synced 2025-12-06 00:20:04 +01:00
Fix CSS
This commit is contained in:
parent
2568fecc38
commit
23c80959ad
|
|
@ -2,6 +2,10 @@ body {
|
|||
font-family: system-ui, sans-serif;
|
||||
}
|
||||
|
||||
* {
|
||||
box-sizing: border-box;
|
||||
}
|
||||
|
||||
nav {
|
||||
padding: 20px;
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user