Compare commits

...

4 Commits

Author SHA1 Message Date
Johannes Kimmel 6b56b1a9a9 remove broken link in /firmware 2023-03-01 21:54:16 +01:00
Johannes Kimmel 99380b396f remove empty layer3_config.md draft 2023-03-01 21:53:19 +01:00
Johannes Kimmel fe4dfb9fe9 move /firmware/hardware to top level /hardware 2023-03-01 21:53:19 +01:00
Fabian Bläse 1d3f71bcc4 css: Add scrollbar-gutter property to prevent shifted content
Some pages require a scroll bar, some do not. If the scroll bar is
hidden on a page that do not require it (default behavior of most
browsers), centered content is shifted to the right slightly.

Fix this behavior by using the scrollbar-gutter property, so the
renderer automatically reserves space for the scrollbar.
2023-03-01 21:47:48 +01:00
6 changed files with 4 additions and 7 deletions

View File

@ -1,3 +1,7 @@
html {
scrollbar-gutter: stable;
}
.book-page {
box-shadow: 0 0 1.5rem rgba(0, 0, 0, 0.15);
min-height: 100vh;

View File

@ -8,4 +8,3 @@ Alles zum Thema Freifunk Franken Firmware
<!--more-->
[Layer 3]({{< ref "layer3_config" >}})

View File

@ -1,6 +0,0 @@
---
title: "layer3 config"
date: 2022-11-17T23:07:49+01:00
---
<!--more-->