Create style.css
Browse files- src/style.css +4 -0
src/style.css
ADDED
|
@@ -0,0 +1,4 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
.app {
|
| 2 |
+
width: 100vw;
|
| 3 |
+
height: 100vh;
|
| 4 |
+
}
|