fixes
This commit is contained in:
parent
2369fe1d70
commit
8914b1517d
2 changed files with 5 additions and 1 deletions
|
|
@ -16,7 +16,10 @@ html { margin-top: 0px !important; }
|
|||
body {
|
||||
color: #1b1b1b;
|
||||
font-family: Inter, sans-serif;
|
||||
overflow-x: hidden
|
||||
overflow-x: hidden;
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
height: 100vh;
|
||||
}
|
||||
|
||||
a:hover {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue