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