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

github.com/asurbernardo/amperage.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'assets/theme.scss')
-rw-r--r--assets/theme.scss3
1 files changed, 2 insertions, 1 deletions
diff --git a/assets/theme.scss b/assets/theme.scss
index 9391c98..c08ad4a 100644
--- a/assets/theme.scss
+++ b/assets/theme.scss
@@ -1,9 +1,10 @@
body {
+ max-width: 100%;
display: grid;
grid-template-columns: repeat(12, 1fr);
grid-gap: 1em 1em;
font-size: 1.2em;
- font-family: Courier New;
+ font-family: Courier New, sans-serif;
line-height: 1.6;
color: black;
}