aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorMitja Felicijan <mitja.felicijan@gmail.com>2019-10-25 02:02:56 +0200
committerMitja Felicijan <mitja.felicijan@gmail.com>2019-10-25 02:02:56 +0200
commit408e00616d219601db45776409e54ffa579e431c (patch)
treea6151515fa1c11542099c75fcd65f8102a37f5fe /src
parent52dd381304bf920eeced8985e8ab1d4cb1bc40a4 (diff)
downloadmitjafelicijan.com-408e00616d219601db45776409e54ffa579e431c.tar.gz
Resized width from the page from 660 to 740
Diffstat (limited to 'src')
-rw-r--r--src/static/style.css2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/static/style.css b/src/static/style.css
index f76fea0..cc3bb77 100644
--- a/src/static/style.css
+++ b/src/static/style.css
@@ -8,7 +8,7 @@ body {
8} 8}
9 9
10main { 10main {
11 max-width: 660px; 11 max-width: 740px;
12 padding: 20px 30px; 12 padding: 20px 30px;
13} 13}
14 14