mirror of
https://github.com/Radiquum/radiquum.github.io.git
synced 2025-05-03 19:39:34 +05:00
refactor: update main block bg sizing
This commit is contained in:
parent
7c4d6120fb
commit
e4e5ec5b2c
2 changed files with 47 additions and 8 deletions
|
@ -737,6 +737,10 @@ video {
|
|||
height: 375px;
|
||||
}
|
||||
|
||||
.h-\[77px\] {
|
||||
height: 77px;
|
||||
}
|
||||
|
||||
.max-h-\[40vh\] {
|
||||
max-height: 40vh;
|
||||
}
|
||||
|
@ -830,6 +834,10 @@ video {
|
|||
width: 422px;
|
||||
}
|
||||
|
||||
.w-\[196px\] {
|
||||
width: 196px;
|
||||
}
|
||||
|
||||
.max-w-\[1200px\] {
|
||||
max-width: 1200px;
|
||||
}
|
||||
|
@ -846,6 +854,34 @@ video {
|
|||
max-width: 54.75%;
|
||||
}
|
||||
|
||||
.max-w-\[55\%\] {
|
||||
max-width: 55%;
|
||||
}
|
||||
|
||||
.max-w-\[58\%\] {
|
||||
max-width: 58%;
|
||||
}
|
||||
|
||||
.max-w-\[47\%\] {
|
||||
max-width: 47%;
|
||||
}
|
||||
|
||||
.max-w-\[46\%\] {
|
||||
max-width: 46%;
|
||||
}
|
||||
|
||||
.max-w-\[46\.25\%\] {
|
||||
max-width: 46.25%;
|
||||
}
|
||||
|
||||
.max-w-\[52\.75\%\] {
|
||||
max-width: 52.75%;
|
||||
}
|
||||
|
||||
.max-w-\[53\.75\%\] {
|
||||
max-width: 53.75%;
|
||||
}
|
||||
|
||||
.scroll-mt-24 {
|
||||
scroll-margin-top: 6rem;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue