Spaces:
Sleeping
Sleeping
File size: 345 Bytes
7f14182 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 |
.appview-container .main .block-container {
max-width: 90%;
}
.title {
text-align: center;
}
.text-center {
text-align: center;
max-width: 70%;
margin: 0 auto;
}
.pdf {
margin-top: 1rem;
display: block;
margin-left: auto;
margin-right: auto;
margin-bottom: 1rem;
width: 60%;
height: 100vh;
}
|