mirror of
https://github.com/Radiquum/radiquum.github.io.git
synced 2025-05-03 19:39:34 +05:00
refactor: move collections & friends back to 4th column
This commit is contained in:
parent
6be363d8a3
commit
acb8dd1425
2 changed files with 98 additions and 196 deletions
|
@ -682,16 +682,6 @@ video {
|
|||
margin-bottom: 1rem;
|
||||
}
|
||||
|
||||
.mx-2 {
|
||||
margin-left: 0.5rem;
|
||||
margin-right: 0.5rem;
|
||||
}
|
||||
|
||||
.mx-4 {
|
||||
margin-left: 1rem;
|
||||
margin-right: 1rem;
|
||||
}
|
||||
|
||||
.-mt-4 {
|
||||
margin-top: -1rem;
|
||||
}
|
||||
|
@ -712,18 +702,6 @@ video {
|
|||
margin-top: 1rem;
|
||||
}
|
||||
|
||||
.-mt-\[128px\] {
|
||||
margin-top: -128px;
|
||||
}
|
||||
|
||||
.-mt-\[64px\] {
|
||||
margin-top: -64px;
|
||||
}
|
||||
|
||||
.-mt-\[60px\] {
|
||||
margin-top: -60px;
|
||||
}
|
||||
|
||||
.block {
|
||||
display: block;
|
||||
}
|
||||
|
@ -853,10 +831,6 @@ video {
|
|||
grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
|
||||
}
|
||||
|
||||
.grid-cols-2 {
|
||||
grid-template-columns: repeat(2, minmax(0, 1fr));
|
||||
}
|
||||
|
||||
.flex-row {
|
||||
flex-direction: row;
|
||||
}
|
||||
|
@ -930,18 +904,14 @@ video {
|
|||
border-radius: 1.5rem;
|
||||
}
|
||||
|
||||
.rounded {
|
||||
border-radius: 0.25rem;
|
||||
.rounded-lg {
|
||||
border-radius: 0.5rem;
|
||||
}
|
||||
|
||||
.rounded-md {
|
||||
border-radius: 0.375rem;
|
||||
}
|
||||
|
||||
.rounded-lg {
|
||||
border-radius: 0.5rem;
|
||||
}
|
||||
|
||||
.rounded-b-lg {
|
||||
border-bottom-right-radius: 0.5rem;
|
||||
border-bottom-left-radius: 0.5rem;
|
||||
|
@ -1045,18 +1015,14 @@ video {
|
|||
padding: 1rem;
|
||||
}
|
||||
|
||||
.p-\[16px\] {
|
||||
padding: 16px;
|
||||
.p-8 {
|
||||
padding: 2rem;
|
||||
}
|
||||
|
||||
.p-\[8px\] {
|
||||
padding: 8px;
|
||||
}
|
||||
|
||||
.p-8 {
|
||||
padding: 2rem;
|
||||
}
|
||||
|
||||
.px-2 {
|
||||
padding-left: 0.5rem;
|
||||
padding-right: 0.5rem;
|
||||
|
@ -1067,6 +1033,11 @@ video {
|
|||
padding-right: 1rem;
|
||||
}
|
||||
|
||||
.px-8 {
|
||||
padding-left: 2rem;
|
||||
padding-right: 2rem;
|
||||
}
|
||||
|
||||
.py-2 {
|
||||
padding-top: 0.5rem;
|
||||
padding-bottom: 0.5rem;
|
||||
|
@ -1077,11 +1048,6 @@ video {
|
|||
padding-bottom: 1rem;
|
||||
}
|
||||
|
||||
.px-8 {
|
||||
padding-left: 2rem;
|
||||
padding-right: 2rem;
|
||||
}
|
||||
|
||||
.py-8 {
|
||||
padding-top: 2rem;
|
||||
padding-bottom: 2rem;
|
||||
|
@ -1091,6 +1057,10 @@ video {
|
|||
text-align: center;
|
||||
}
|
||||
|
||||
.text-right {
|
||||
text-align: right;
|
||||
}
|
||||
|
||||
.text-2xl {
|
||||
font-size: 1.5rem;
|
||||
line-height: 2rem;
|
||||
|
@ -1111,13 +1081,13 @@ video {
|
|||
line-height: 1.5rem;
|
||||
}
|
||||
|
||||
.text-xl {
|
||||
font-size: 1.25rem;
|
||||
.text-lg {
|
||||
font-size: 1.125rem;
|
||||
line-height: 1.75rem;
|
||||
}
|
||||
|
||||
.text-lg {
|
||||
font-size: 1.125rem;
|
||||
.text-xl {
|
||||
font-size: 1.25rem;
|
||||
line-height: 1.75rem;
|
||||
}
|
||||
|
||||
|
@ -1203,10 +1173,6 @@ video {
|
|||
flex-grow: 1;
|
||||
}
|
||||
|
||||
.\[grid-column\:span_2\] {
|
||||
grid-column: span 2;
|
||||
}
|
||||
|
||||
@font-face {
|
||||
font-family: 'Inter';
|
||||
|
||||
|
@ -1297,34 +1263,14 @@ body {
|
|||
top: -6rem;
|
||||
}
|
||||
|
||||
.sm\:mt-0 {
|
||||
margin-top: 0px;
|
||||
}
|
||||
|
||||
.sm\:-mt-\[64px\] {
|
||||
margin-top: -64px;
|
||||
}
|
||||
|
||||
.sm\:-mt-\[68px\] {
|
||||
margin-top: -68px;
|
||||
}
|
||||
|
||||
.sm\:-mt-\[96px\] {
|
||||
margin-top: -96px;
|
||||
}
|
||||
|
||||
.sm\:-mt-\[90px\] {
|
||||
margin-top: -90px;
|
||||
}
|
||||
|
||||
.sm\:-mt-\[88px\] {
|
||||
margin-top: -88px;
|
||||
}
|
||||
|
||||
.sm\:-mt-\[86px\] {
|
||||
margin-top: -86px;
|
||||
}
|
||||
|
||||
.sm\:mt-0 {
|
||||
margin-top: 0px;
|
||||
}
|
||||
|
||||
.sm\:block {
|
||||
display: block;
|
||||
}
|
||||
|
@ -1333,14 +1279,6 @@ body {
|
|||
display: none;
|
||||
}
|
||||
|
||||
.sm\:h-\[120px\] {
|
||||
height: 120px;
|
||||
}
|
||||
|
||||
.sm\:min-h-\[196px\] {
|
||||
min-height: 196px;
|
||||
}
|
||||
|
||||
.sm\:w-\[200px\] {
|
||||
width: 200px;
|
||||
}
|
||||
|
@ -1390,19 +1328,10 @@ body {
|
|||
padding-bottom: 1rem;
|
||||
}
|
||||
|
||||
.sm\:pt-0 {
|
||||
padding-top: 0px;
|
||||
}
|
||||
|
||||
.sm\:text-right {
|
||||
text-align: right;
|
||||
}
|
||||
|
||||
.sm\:text-2xl {
|
||||
font-size: 1.5rem;
|
||||
line-height: 2rem;
|
||||
}
|
||||
|
||||
.sm\:text-4xl {
|
||||
font-size: 2.25rem;
|
||||
line-height: 2.5rem;
|
||||
|
@ -1413,11 +1342,6 @@ body {
|
|||
line-height: 1;
|
||||
}
|
||||
|
||||
.sm\:text-lg {
|
||||
font-size: 1.125rem;
|
||||
line-height: 1.75rem;
|
||||
}
|
||||
|
||||
.sm\:text-xl {
|
||||
font-size: 1.25rem;
|
||||
line-height: 1.75rem;
|
||||
|
@ -1461,10 +1385,6 @@ body {
|
|||
width: auto;
|
||||
}
|
||||
|
||||
.md\:grid-cols-4 {
|
||||
grid-template-columns: repeat(4, minmax(0, 1fr));
|
||||
}
|
||||
|
||||
.md\:gap-4 {
|
||||
gap: 1rem;
|
||||
}
|
||||
|
@ -1473,28 +1393,20 @@ body {
|
|||
border-radius: 0px;
|
||||
}
|
||||
|
||||
.md\:rounded-3xl {
|
||||
border-radius: 1.5rem;
|
||||
}
|
||||
|
||||
.md\:bg-transparent {
|
||||
background-color: transparent;
|
||||
}
|
||||
}
|
||||
|
||||
@media (min-width: 1024px) {
|
||||
.lg\:mt-28 {
|
||||
margin-top: 7rem;
|
||||
}
|
||||
|
||||
.lg\:-mt-\[64px\] {
|
||||
margin-top: -64px;
|
||||
}
|
||||
|
||||
.lg\:-mt-\[60px\] {
|
||||
margin-top: -60px;
|
||||
}
|
||||
|
||||
.lg\:mt-28 {
|
||||
margin-top: 7rem;
|
||||
}
|
||||
|
||||
.lg\:w-\[64px\] {
|
||||
width: 64px;
|
||||
}
|
||||
|
@ -1503,14 +1415,6 @@ body {
|
|||
scroll-margin-top: 1rem;
|
||||
}
|
||||
|
||||
.lg\:grid-cols-4 {
|
||||
grid-template-columns: repeat(4, minmax(0, 1fr));
|
||||
}
|
||||
|
||||
.lg\:grid-cols-3 {
|
||||
grid-template-columns: repeat(3, minmax(0, 1fr));
|
||||
}
|
||||
|
||||
.lg\:text-4xl {
|
||||
font-size: 2.25rem;
|
||||
line-height: 2.5rem;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue