feat: add collection and friend section links

This commit is contained in:
Kentai Radiquum 2024-09-15 16:01:41 +05:00
parent 85dc2dc31b
commit d06008f690
Signed by: Radiquum
GPG key ID: 858E8EE696525EED
2 changed files with 78 additions and 17 deletions

View file

@ -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;
}