feat: add style and media query for rec mechanism

This commit is contained in:
RadoslavDimchev 2024-01-10 08:46:44 +02:00
parent f6cf36fc81
commit e6feecebfd
1 changed files with 10 additions and 0 deletions

View File

@ -6,3 +6,13 @@
margin-top: 40px;
}
.recovery-mechanism-container > div {
flex: 1;
width: 30%;
}
@media (max-width: 630px) {
.recovery-mechanism-container > div {
min-width: 40%;
}
}