summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoreug-vs <eugene@eug-vs.xyz>2022-01-19 02:34:27 +0300
committereug-vs <eugene@eug-vs.xyz>2022-01-19 02:35:45 +0300
commit3aecca089888686a717bc6e2bfcc7fde384c1ae1 (patch)
tree1d658dddf031fff58155a8d5c12e877c1e0e2c0f
parent2b66e1b883c0724effc484d47dcfb2be149a5463 (diff)
downloadeug-vs-xyz-3aecca089888686a717bc6e2bfcc7fde384c1ae1.tar.gz
feat(style): use lower font size
-rw-r--r--style.css6
1 files changed, 2 insertions, 4 deletions
diff --git a/style.css b/style.css
index c8c25d1..3270ab6 100644
--- a/style.css
+++ b/style.css
@@ -1,12 +1,11 @@
html {
font-family: "Open Sans", sans-serif;
- font-size: 20px;
color: #ebdbb2;
background-color: #282828;
}
body {
margin: 0 auto;
- max-width: 36em;
+ max-width: 50em;
padding-left: 50px;
padding-right: 50px;
padding-top: 50px;
@@ -18,7 +17,6 @@ body {
}
@media (max-width: 600px) {
body {
- font-size: 0.9em;
padding: 1em;
}
}
@@ -62,7 +60,7 @@ code {
font-family: Menlo, Monaco, 'Lucida Console', Consolas, monospace;
font-size: 85%;
margin: 0;
- padding: 4px;
+ padding: 2px;
background: #1d2021;
border-radius: 4px;
}