Spaces:
Sleeping
Sleeping
File size: 510 Bytes
1425e71 7df80cf |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 |
.appview-container .main .block-container {
max-width: 90%;
}
.title {
text-align: center;
}
.text-center {
text-align: center;
max-width: 80%;
margin: 2rem auto;
font-size: 19px;
}
.pdf {
margin-top: 1rem;
display: block;
margin-left: auto;
margin-right: auto;
margin-bottom: 1rem;
width: 60%;
height: 100vh;
}
.container {
padding: 2rem;
/* background-color: white; */
border-radius: 10px;
/* box-shadow: 0px 1px 8px 4px #ccced1; */
} |