From b2473f77cd1cf436edf74f0b809672515bbc3521 Mon Sep 17 00:00:00 2001 From: Torsten Paul Date: Fri, 1 Dec 2023 02:39:06 +0100 Subject: [PATCH] Fix position of snow canvas. --- assets/css/style.css | 1 + index.html | 4 ++-- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/assets/css/style.css b/assets/css/style.css index 1db042a..9566ae7 100644 --- a/assets/css/style.css +++ b/assets/css/style.css @@ -189,6 +189,7 @@ section-area.snow { color: rgba(249, 215, 44, 1); background:#444; } section-area.snow a { color: #e5f1d3; } section-area.warning { color: rgba(249, 215, 44, 1); background:#a00; } section-area.warning a { color: #e5f1d3; text-decoration:underline; } +#snow { position: relative; } section {margin-bottom:20px; background:#fff; border-radius:8px; border:1px solid #ddd; padding:10px 20px 20px 20px;} .subsection {margin-bottom:20px;} diff --git a/index.html b/index.html index fc34dc1..70cecaf 100644 --- a/index.html +++ b/index.html @@ -37,9 +37,9 @@