Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/LordMathis/hugo-theme-nix.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/static
diff options
context:
space:
mode:
authorZach Smith <zsmith32@vt.edu>2021-06-08 22:29:29 +0300
committerZach Smith <zsmith32@vt.edu>2021-06-08 22:29:29 +0300
commitff88a8df07eb3dec22354a893ea672d746aa6423 (patch)
tree57b32d189d03d3cd6be16cd94696b7b9ffc4d6f9 /static
parent97a3d8bbb4525487f4dcd04365694b187da918db (diff)
add a max width to the body so site is now off screen on mobile
Diffstat (limited to 'static')
-rw-r--r--static/css/nix.css1
1 files changed, 1 insertions, 0 deletions
diff --git a/static/css/nix.css b/static/css/nix.css
index f60e613..4241508 100644
--- a/static/css/nix.css
+++ b/static/css/nix.css
@@ -9,6 +9,7 @@ html {
body {
background-color: #fdfdfd;
height: 100%;
+ width: 100%;
font-family: 'Open Sans', sans-serif;
font-size: 1.5em;
}