This commit is contained in:
Jonas Heinrich 2022-03-10 19:29:17 +01:00
parent 0f4083458f
commit 298287636b
2 changed files with 6 additions and 1 deletions

4
files/bulma.css vendored
View file

@ -3314,6 +3314,10 @@ fieldset[disabled] .button {
margin-right: .25rem
}
body > .container {
padding-top: 30px;
}
.container {
flex-grow: 1;
margin: 0 auto;