responsive for tablets and hd screens

This commit is contained in:
Kentai Radiquum 2024-09-16 12:24:22 +05:00
parent 2c9fb22de2
commit 1a4ebe4fe1
Signed by: Radiquum
GPG key ID: 858E8EE696525EED
2 changed files with 15 additions and 3 deletions

View file

@ -1247,6 +1247,18 @@ body {
max-height: 40vh;
}
.xl\:max-w-\[53\.75\%\] {
max-width: 53.75%;
}
.xl\:max-w-\[45\%\] {
max-width: 45%;
}
.xl\:flex-col {
flex-direction: column;
}
.xl\:gap-4 {
gap: 1rem;
}