joshangngoching/segformer
1
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}25 26.container {27 padding: 2rem;28 /* background-color: white; */29 border-radius: 10px;30 /* box-shadow: 0px 1px 8px 4px #ccced1; */31}