develop #177
3 changed files with 7 additions and 5 deletions
|
@ -16,7 +16,7 @@
|
|||
"url": "https://git.sp-codes.de/samuel-p/samuel-philipp.de"
|
||||
},
|
||||
"optionalDependencies": {
|
||||
"browser-sync": "^2.28.1"
|
||||
"browser-sync": "^2.29.1"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@11ty/eleventy": "^2.0.1",
|
||||
|
@ -28,8 +28,8 @@
|
|||
"cpx": "^1.5.0",
|
||||
"eleventy-plugin-rev": "^1.1.1",
|
||||
"eleventy-sass": "^2.2.1",
|
||||
"glob": "^10.2.2",
|
||||
"minify": "^9.2.0",
|
||||
"glob": "^10.2.3",
|
||||
"minify": "^10.0.0",
|
||||
"postcss": "^8.4.23",
|
||||
"sass": "^1.62.1",
|
||||
"uncss": "^0.17.3"
|
||||
|
|
|
@ -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 %}
|
||||
|
|
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue