summaryrefslogtreecommitdiffstats
path: root/wwwroot/css/site.css
diff options
context:
space:
mode:
Diffstat (limited to 'wwwroot/css/site.css')
-rw-r--r--wwwroot/css/site.css18
1 files changed, 18 insertions, 0 deletions
diff --git a/wwwroot/css/site.css b/wwwroot/css/site.css
new file mode 100644
index 0000000..f27e5ad
--- /dev/null
+++ b/wwwroot/css/site.css
@@ -0,0 +1,18 @@
+html {
+ font-size: 14px;
+}
+
+@media (min-width: 768px) {
+ html {
+ font-size: 16px;
+ }
+}
+
+html {
+ position: relative;
+ min-height: 100%;
+}
+
+body {
+ margin-bottom: 60px;
+} \ No newline at end of file