m-chrzan.xyz
aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorMarcin Chrzanowski <m@m-chrzan.xyz>2021-09-13 07:38:26 +0200
committerMarcin Chrzanowski <m@m-chrzan.xyz>2021-09-13 07:38:26 +0200
commitf24109ecdd456d4b270289b1b1201f646d0f18a4 (patch)
tree1c3339244d2e86ec3a6a3ae7599a89c8ca28454b /src
parent67cccf2759c64d75e8389171f001359f35e0b465 (diff)
Fix widths
Diffstat (limited to 'src')
-rw-r--r--src/style.css6
1 files changed, 5 insertions, 1 deletions
diff --git a/src/style.css b/src/style.css
index 9cde21f..e888030 100644
--- a/src/style.css
+++ b/src/style.css
@@ -1,11 +1,15 @@
body {
margin: 40px auto;
- max-width: 800px;
+ max-width: 538.55pt;
line-height: 1.6;
font-size: 18px;
padding: 0 10px;
}
+img {
+ max-width: 538.55pt;
+}
+
a {
color: darkblue;
text-decoration: none;