mirror of
https://github.com/Radiquum/radiquum.github.io.git
synced 2025-05-03 19:39:34 +05:00
make bigger text for links subtext
This commit is contained in:
parent
916733218b
commit
e9b5dc4dc4
2 changed files with 100 additions and 24 deletions
|
@ -644,6 +644,11 @@ video {
|
|||
margin-right: 2rem;
|
||||
}
|
||||
|
||||
.my-12 {
|
||||
margin-top: 3rem;
|
||||
margin-bottom: 3rem;
|
||||
}
|
||||
|
||||
.mb-12 {
|
||||
margin-bottom: 3rem;
|
||||
}
|
||||
|
@ -672,10 +677,18 @@ video {
|
|||
margin-top: 8rem;
|
||||
}
|
||||
|
||||
.mt-14 {
|
||||
margin-top: 3.5rem;
|
||||
}
|
||||
|
||||
.flex {
|
||||
display: flex;
|
||||
}
|
||||
|
||||
.aspect-\[342\/288\] {
|
||||
aspect-ratio: 342/288;
|
||||
}
|
||||
|
||||
.h-\[37px\] {
|
||||
height: 37px;
|
||||
}
|
||||
|
@ -736,6 +749,14 @@ video {
|
|||
height: 3.5rem;
|
||||
}
|
||||
|
||||
.h-\[180px\] {
|
||||
height: 180px;
|
||||
}
|
||||
|
||||
.h-\[416px\] {
|
||||
height: 416px;
|
||||
}
|
||||
|
||||
.max-h-\[40vh\] {
|
||||
max-height: 40vh;
|
||||
}
|
||||
|
@ -832,6 +853,27 @@ video {
|
|||
width: 3.5rem;
|
||||
}
|
||||
|
||||
.w-\[386px\] {
|
||||
width: 386px;
|
||||
}
|
||||
|
||||
.w-\[390px\] {
|
||||
width: 390px;
|
||||
}
|
||||
|
||||
.w-\[400px\] {
|
||||
width: 400px;
|
||||
}
|
||||
|
||||
.w-\[416px\] {
|
||||
width: 416px;
|
||||
}
|
||||
|
||||
.w-fit {
|
||||
width: -moz-fit-content;
|
||||
width: fit-content;
|
||||
}
|
||||
|
||||
.max-w-\[1200px\] {
|
||||
max-width: 1200px;
|
||||
}
|
||||
|
@ -864,6 +906,10 @@ video {
|
|||
scroll-margin-top: 10rem;
|
||||
}
|
||||
|
||||
.scroll-mt-24 {
|
||||
scroll-margin-top: 6rem;
|
||||
}
|
||||
|
||||
.flex-col {
|
||||
flex-direction: column;
|
||||
}
|
||||
|
@ -974,6 +1020,11 @@ video {
|
|||
background-color: rgb(255 255 255 / var(--tw-bg-opacity));
|
||||
}
|
||||
|
||||
.bg-black {
|
||||
--tw-bg-opacity: 1;
|
||||
background-color: rgb(0 0 0 / var(--tw-bg-opacity));
|
||||
}
|
||||
|
||||
.object-cover {
|
||||
-o-object-fit: cover;
|
||||
object-fit: cover;
|
||||
|
@ -995,6 +1046,10 @@ video {
|
|||
padding: 0.25rem;
|
||||
}
|
||||
|
||||
.p-4 {
|
||||
padding: 1rem;
|
||||
}
|
||||
|
||||
.px-4 {
|
||||
padding-left: 1rem;
|
||||
padding-right: 1rem;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue