fix layout min height
This commit is contained in:
@ -33,7 +33,6 @@
|
||||
}
|
||||
|
||||
.calendar__wrapper {
|
||||
min-height: 719px;
|
||||
|
||||
@media (max-width: 1000px) {
|
||||
min-height: auto;
|
||||
|
@ -505,12 +505,10 @@ $maxWidthContainer: 1123;
|
||||
}
|
||||
&__finished {
|
||||
background: white;
|
||||
mix-blend-mode: normal;
|
||||
border: 3px solid #52b709;
|
||||
border-radius: 12px;
|
||||
padding: 13px 16px;
|
||||
position: absolute;
|
||||
bottom: 4px;
|
||||
bottom: 20px;
|
||||
left: 0;
|
||||
display: flex;
|
||||
align-items: center;
|
||||
|
Reference in New Issue
Block a user