diff options
author | Ian C <ianc@noddybox.co.uk> | 2024-03-21 14:54:11 +0000 |
---|---|---|
committer | Ian C <ianc@noddybox.co.uk> | 2024-03-21 14:54:11 +0000 |
commit | 9764af998a4c91196687b8d27693b935a243ab84 (patch) | |
tree | d5f4bf49be0db32f8cfc78a4d76df82be14a2060 /wwwroot/css |
Initial checkin following project regeneration to make post work
Diffstat (limited to 'wwwroot/css')
-rw-r--r-- | wwwroot/css/site.css | 22 |
1 files changed, 22 insertions, 0 deletions
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 |