css
parent
49a6cc573f
commit
85a3b01151
|
@ -104,16 +104,19 @@ const degree_options = [
|
|||
|
||||
.main {
|
||||
width: 95%;
|
||||
padding: 20px;
|
||||
padding: 50px 20px;
|
||||
box-sizing: border-box;
|
||||
background: #ffffff;
|
||||
border-radius: 20px;
|
||||
margin: 0 auto;
|
||||
margin-top: -2px;
|
||||
height: calc(100vh - 300px);
|
||||
}
|
||||
.submit_btn {
|
||||
width: 100%;
|
||||
background: #0a7dfe;
|
||||
height: 40px;
|
||||
font-size: 16px;
|
||||
}
|
||||
}
|
||||
</style>
|
||||
|
|
Loading…
Reference in New Issue