mirror of
https://github.com/jwetzell/itsfiveoclockwhere.git
synced 2026-08-10 01:33:40 +00:00
8 lines
162 B
SCSS
8 lines
162 B
SCSS
/* You can add global styles to this file, and also import other style files */
|
|
body {
|
|
height: 100vh;
|
|
margin:0;
|
|
padding:0;
|
|
background: #2e2e2e;
|
|
|
|
} |