This commit is contained in:
Jonas Heinrich 2022-03-12 14:34:40 +01:00
parent 2369fe1d70
commit 8914b1517d
2 changed files with 5 additions and 1 deletions

1
files/bulma.css vendored
View file

@ -3316,6 +3316,7 @@ fieldset[disabled] .button {
body > .container {
padding-top: 30px;
flex-grow: 1;
}
.container {

View file

@ -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 {