fix layout min height

This commit is contained in:
Victor Batischev
2024-02-05 17:32:18 +03:00
parent 7a3a70ccd3
commit e9235884dd
5 changed files with 8 additions and 9 deletions

View File

@ -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;