aboutsummaryrefslogtreecommitdiff
path: root/template/style.css
diff options
context:
space:
mode:
authorMitja Felicijan <mitja.felicijan@gmail.com>2022-02-12 06:41:43 +0100
committerMitja Felicijan <mitja.felicijan@gmail.com>2022-02-12 06:41:43 +0100
commitad65ada61fe617631020f486758a62a8d0440e72 (patch)
tree76e6d99eaafa2ff3c8c16472477f931a8348927d /template/style.css
parent616c43518d90f91f8340019ec35091f81c302b0a (diff)
downloadmitjafelicijan.com-ad65ada61fe617631020f486758a62a8d0440e72.tar.gz
Resized width of page to 640px
Diffstat (limited to 'template/style.css')
-rwxr-xr-xtemplate/style.css2
1 files changed, 1 insertions, 1 deletions
diff --git a/template/style.css b/template/style.css
index bd20e26..21b1586 100755
--- a/template/style.css
+++ b/template/style.css
@@ -1,5 +1,5 @@
1:root { 1:root {
2 --base-document-width: 680px; 2 --base-document-width: 640px;
3 --base-font-size: 16px; 3 --base-font-size: 16px;
4 --base-line-heigh: 1.6em; 4 --base-line-heigh: 1.6em;
5 --base-color: #111111; 5 --base-color: #111111;