mirror of
https://github.com/Radiquum/radiquum.github.io.git
synced 2025-05-03 19:39:34 +05:00
responsive for tablets and hd screens
This commit is contained in:
parent
2c9fb22de2
commit
1a4ebe4fe1
2 changed files with 15 additions and 3 deletions
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue