feat: add favicon

This commit is contained in:
Kentai Radiquum 2024-09-16 22:50:01 +05:00
parent 389bcd76d4
commit d731c9a994
Signed by: Radiquum
GPG key ID: 858E8EE696525EED
9 changed files with 72 additions and 2 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 38 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 161 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 34 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 844 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.3 KiB

View file

@ -1397,6 +1397,10 @@ body {
margin-top: 6rem;
}
.md\:h-screen {
height: 100vh;
}
.md\:scroll-mt-20 {
scroll-margin-top: 5rem;
}
@ -1411,6 +1415,10 @@ body {
margin-top: -248px;
}
.xl\:h-screen {
height: 100vh;
}
.xl\:max-h-\[40vh\] {
max-height: 40vh;
}
@ -1449,6 +1457,44 @@ body {
}
@media (min-width: 1024px) {
@media (min-width: 1000px) {
.lg\:xl\:max-h-\[40vh\] {
max-height: 40vh;
}
}
.lg\:h-screen {
height: 100vh;
}
.lg\:max-h-\[40vh\] {
max-height: 40vh;
}
.lg\:max-h-\[50vh\] {
max-height: 50vh;
}
.lg\:max-h-\[50\%\] {
max-height: 50%;
}
.lg\:max-h-\[40\%\] {
max-height: 40%;
}
.lg\:max-h-\[45\%\] {
max-height: 45%;
}
.lg\:max-h-\[45vh\] {
max-height: 45vh;
}
.lg\:max-h-\[30vh\] {
max-height: 30vh;
}
.lg\:w-\[372px\] {
width: 372px;
}