summaryrefslogtreecommitdiff
path: root/wwwroot/css
diff options
context:
space:
mode:
Diffstat (limited to 'wwwroot/css')
-rw-r--r--wwwroot/css/site.css22
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