Spaces:
Runtime error
Runtime error
Update styles.css
Browse files- styles.css +7 -0
styles.css
CHANGED
|
@@ -22,3 +22,10 @@
|
|
| 22 |
width: 60%;
|
| 23 |
height: 100vh;
|
| 24 |
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 22 |
width: 60%;
|
| 23 |
height: 100vh;
|
| 24 |
}
|
| 25 |
+
|
| 26 |
+
.container {
|
| 27 |
+
padding: 2rem;
|
| 28 |
+
/* background-color: white; */
|
| 29 |
+
border-radius: 10px;
|
| 30 |
+
/* box-shadow: 0px 1px 8px 4px #ccced1; */
|
| 31 |
+
}
|