mirror of
https://github.com/michivonah/website-v3.git
synced 2025-12-22 21:36:28 +01:00
fix bug with z-index & download font source sans 3
This commit is contained in:
parent
801868d1a8
commit
92098c8ebf
19 changed files with 227 additions and 1 deletions
|
|
@ -1,5 +1,5 @@
|
|||
/* FONTS */
|
||||
@import url('https://fonts.googleapis.com/css2?family=Source+Sans+3:ital,wght@0,200..900;1,200..900&display=swap');
|
||||
@import url('/fonts/source-sans-3.css');
|
||||
|
||||
/* GENERAL */
|
||||
html{scroll-behavior: smooth;}
|
||||
|
|
@ -42,6 +42,7 @@ nav{
|
|||
top: 0;
|
||||
left: 0;
|
||||
transition: var(--baseTransition);
|
||||
z-index: 1001;
|
||||
}
|
||||
|
||||
nav.small{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue