mirror of
https://github.com/Radiquum/radiquum.github.io.git
synced 2025-05-03 19:39:34 +05:00
feat: add collection and friend section links
This commit is contained in:
parent
85dc2dc31b
commit
d06008f690
2 changed files with 78 additions and 17 deletions
|
@ -838,6 +838,14 @@ video {
|
|||
height: 2rem;
|
||||
}
|
||||
|
||||
.h-\[81px\] {
|
||||
height: 81px;
|
||||
}
|
||||
|
||||
.h-\[82px\] {
|
||||
height: 82px;
|
||||
}
|
||||
|
||||
.max-h-\[40vh\] {
|
||||
max-height: 40vh;
|
||||
}
|
||||
|
@ -1203,6 +1211,10 @@ video {
|
|||
text-align: center;
|
||||
}
|
||||
|
||||
.text-right {
|
||||
text-align: right;
|
||||
}
|
||||
|
||||
.text-2xl {
|
||||
font-size: 1.5rem;
|
||||
line-height: 2rem;
|
||||
|
@ -1256,6 +1268,10 @@ video {
|
|||
font-size: 12px;
|
||||
}
|
||||
|
||||
.text-\[18px\] {
|
||||
font-size: 18px;
|
||||
}
|
||||
|
||||
.font-bold {
|
||||
font-weight: 700;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue