more improvements for mobile
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful

This commit is contained in:
Samuel Philipp 2023-05-12 00:20:25 +02:00
parent 4deeea962f
commit 088b17b5ab
3 changed files with 7 additions and 5 deletions

View file

@ -42,8 +42,8 @@ title: {{site.title}}
<div class="overlay">
<div class="container h-100">
<div class="row justify-content-md-center h-100">
<div class="col-md-12 col-lg-8 text-center position-relative">
<div class="d-flex flex-column vh-100">
<div class="col-md-12 col-lg-8 h-100 text-center position-relative">
<div class="d-flex flex-column h-100">
<nav class="nav menu d-none d-md-flex">
<div class="items">
{%- for key in site.menu.items %}

View file

@ -56,6 +56,7 @@ header {
.scroll-down-outer {
position: relative;
height: 64px;
margin-top: 30px;
margin-bottom: 4rem;
@ -708,6 +709,7 @@ footer {
margin-bottom: 1rem;
}
}
.back-top {
--offset: 28px;
}