mirror of
https://gitlab.com/PronounsPage/PronounsPage.git
synced 2025-09-24 05:05:20 -04:00
[design] fix main min height
This commit is contained in:
parent
d5d5386fc1
commit
659bd3e3a1
@ -1,6 +1,6 @@
|
||||
<template>
|
||||
<div class="d-flex flex-column vh-100 body">
|
||||
<div class="flex-grow-1">
|
||||
<div class="body">
|
||||
<div class="flex-grow-1 vh">
|
||||
<Header/>
|
||||
<main class="container">
|
||||
<Nuxt/>
|
||||
@ -67,4 +67,8 @@
|
||||
top: $header-height - 1px;
|
||||
}
|
||||
}
|
||||
|
||||
.vh {
|
||||
min-height: calc(100vh - #{$header-height});
|
||||
}
|
||||
</style>
|
||||
|
Loading…
x
Reference in New Issue
Block a user