21 lines
308 B
CSS
Executable File
21 lines
308 B
CSS
Executable File
.page {
|
|
background-color: #fff0f0;
|
|
height: fit-content;
|
|
min-height: 100vh;
|
|
min-height: 100dvh;
|
|
padding-top: 62px;
|
|
padding-bottom: 62px;
|
|
}
|
|
|
|
.title {
|
|
margin-top: 360px;
|
|
font-size: 24px;
|
|
line-height: 145%;
|
|
color: #333333;
|
|
font-weight: 700;
|
|
}
|
|
|
|
.modal {
|
|
max-height: calc(100dvh - 40px);
|
|
}
|