From 8bb0f0f60e030e29efafbbb02efdf389ee841f14 Mon Sep 17 00:00:00 2001 From: BroodjeAap Date: Mon, 25 Jul 2022 19:39:41 +0000 Subject: [PATCH] moved inline css to style.css --- static/style.css | 22 ++++++++++++++++++++++ templates/base.html | 21 --------------------- 2 files changed, 22 insertions(+), 21 deletions(-) diff --git a/static/style.css b/static/style.css index e69de29..7d99361 100644 --- a/static/style.css +++ b/static/style.css @@ -0,0 +1,22 @@ +.bd-placeholder-img { + font-size: 1.125rem; + text-anchor: middle; + -webkit-user-select: none; + -moz-user-select: none; + user-select: none; + } + + @media (min-width: 768px) { + .bd-placeholder-img-lg { + font-size: 3.5rem; + } + } + /* Show it is fixed to the top */ + body { + min-height: 75rem; + padding-top: 4.5rem; + } + +.pointer { + cursor: pointer; +} \ No newline at end of file diff --git a/templates/base.html b/templates/base.html index 4f1ca13..6b41ef4 100644 --- a/templates/base.html +++ b/templates/base.html @@ -9,27 +9,6 @@ {{ template "title" .}} {{ template "head" .}} -