mirror of
https://github.com/Radiquum/radiquum.github.io.git
synced 2025-05-03 19:39:34 +05:00
feat: add favicon
This commit is contained in:
parent
389bcd76d4
commit
d731c9a994
9 changed files with 72 additions and 2 deletions
BIN
static/favicon/android-chrome-192x192.png
Normal file
BIN
static/favicon/android-chrome-192x192.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 38 KiB |
BIN
static/favicon/android-chrome-512x512.png
Normal file
BIN
static/favicon/android-chrome-512x512.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 161 KiB |
BIN
static/favicon/apple-touch-icon.png
Normal file
BIN
static/favicon/apple-touch-icon.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 34 KiB |
BIN
static/favicon/favicon-16x16.png
Normal file
BIN
static/favicon/favicon-16x16.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 844 B |
BIN
static/favicon/favicon-32x32.png
Normal file
BIN
static/favicon/favicon-32x32.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 2.3 KiB |
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue