From 9764af998a4c91196687b8d27693b935a243ab84 Mon Sep 17 00:00:00 2001 From: Ian C Date: Thu, 21 Mar 2024 14:54:11 +0000 Subject: Initial checkin following project regeneration to make post work --- wwwroot/css/site.css | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 wwwroot/css/site.css (limited to 'wwwroot/css/site.css') diff --git a/wwwroot/css/site.css b/wwwroot/css/site.css new file mode 100644 index 0000000..f8d98fc --- /dev/null +++ b/wwwroot/css/site.css @@ -0,0 +1,22 @@ +html { + font-size: 14px; +} + +@media (min-width: 768px) { + html { + font-size: 16px; + } +} + +.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus { + box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb; +} + +html { + position: relative; + min-height: 100%; +} + +body { + margin-bottom: 60px; +} \ No newline at end of file -- cgit v1.2.3