Spaces:
Runtime error
Runtime error
Create styles.css
Browse files- styles.css +24 -0
styles.css
ADDED
|
@@ -0,0 +1,24 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
.appview-container .main .block-container {
|
| 2 |
+
max-width: 90%;
|
| 3 |
+
}
|
| 4 |
+
|
| 5 |
+
.title {
|
| 6 |
+
text-align: center;
|
| 7 |
+
}
|
| 8 |
+
|
| 9 |
+
.text-center {
|
| 10 |
+
text-align: center;
|
| 11 |
+
max-width: 80%;
|
| 12 |
+
margin: 2rem auto;
|
| 13 |
+
font-size: 19px;
|
| 14 |
+
}
|
| 15 |
+
|
| 16 |
+
.pdf {
|
| 17 |
+
margin-top: 1rem;
|
| 18 |
+
display: block;
|
| 19 |
+
margin-left: auto;
|
| 20 |
+
margin-right: auto;
|
| 21 |
+
margin-bottom: 1rem;
|
| 22 |
+
width: 60%;
|
| 23 |
+
height: 100vh;
|
| 24 |
+
}
|