2
0
Fork 0

Set min-height to viewport height

This commit is contained in:
Luca 2023-02-15 23:30:21 +01:00
parent 5c9c29c0c1
commit f3b5301fa4
1 changed files with 7 additions and 2 deletions

View File

@ -14,8 +14,13 @@
src: url("{% static 'MavenPro-VariableFont:wght.ttf' %}");
}
* {
body {
font-family: "Maven Pro", sans-serif !important;
min-height: 100vh;
}
body > .section {
flex-grow: 1;
}
:root {
@ -29,7 +34,7 @@
}
</style>
</head>
<body>
<body class="is-flex is-flex-direction-column">
<nav class="navbar">
<div class="container">
<div class="navbar-brand">