ok fixed i hate css
This commit is contained in:
parent
7c8db37e63
commit
7f48d0798f
|
|
@ -1,5 +1,9 @@
|
|||
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;500;600;700;800&display=swap');
|
||||
|
||||
html, body {
|
||||
height: 100%;
|
||||
}
|
||||
|
||||
body {
|
||||
font-family: 'Open Sans', sans-serif;
|
||||
margin: 0;
|
||||
|
|
@ -7,6 +11,7 @@ background-color: #111;
|
|||
color: white;
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
|
||||
} .navbar {
|
||||
position: sticky;
|
||||
top: 0px;
|
||||
|
|
|
|||
Loading…
Reference in New Issue