Set min-height to viewport height
This commit is contained in:
parent
5c9c29c0c1
commit
f3b5301fa4
|
@ -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">
|
||||
|
|
Loading…
Reference in New Issue