mirror of
https://github.com/ThatGuySam/doesitarm.git
synced 2026-05-15 06:35:20 -07:00
Added icon emojis for nav, merged 'Home' nav item with arm logo, added container to nav ad, improved responsiveness
This commit is contained in:
parent
7f4d93a8fd
commit
0e6363d83f
2 changed files with 80 additions and 41 deletions
|
|
@ -145,6 +145,19 @@ html {
|
|||
inset 0.75rem 0.75rem 1.75rem rgba(0, 0, 0, 0.12);
|
||||
}
|
||||
|
||||
@media screen and (min-width: 1040px) {
|
||||
.hover\:neumorphic-shadow-logo:hover
|
||||
{
|
||||
box-shadow:
|
||||
-0.25rem -0.25rem 0.5rem rgba(255, 255, 255, 0.07),
|
||||
0.25rem 0.25rem 0.5rem rgba(0, 0, 0, 0.12),
|
||||
-.75rem -.75rem 1.75rem rgba(255, 255, 255, 0.07),
|
||||
0.75rem 0.75rem 1.75rem rgba(0, 0, 0, 0.12),
|
||||
inset 8rem 8rem 8rem rgba(0, 0, 0, 0.05),
|
||||
inset -8rem -8rem 8rem rgba(255, 255, 255, 0.05);
|
||||
}
|
||||
}
|
||||
|
||||
.bg-blur,
|
||||
.hover\:bg-blur:hover {
|
||||
backdrop-filter: blur(15px);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue