summaryrefslogtreecommitdiff
path: root/src/style.css
diff options
context:
space:
mode:
authorLuke Smith <luke@lukesmith.xyz>2021-03-12 08:52:06 -0500
committerGitHub <noreply@github.com>2021-03-12 08:52:06 -0500
commitca26103c830c03be5e37328ba39bad5e7ea3022c (patch)
tree5d996476626fb3fb5c6d5189d5ef84e78dfc1299 /src/style.css
parent4a02c80a5e604436a5e4d11941eb8601a7dad813 (diff)
parent6f7a0afa9a7aa5d8477f14a486cca84c2c03483c (diff)
Merge branch 'master' into m-chrzan/oats
Diffstat (limited to 'src/style.css')
-rw-r--r--src/style.css8
1 files changed, 8 insertions, 0 deletions
diff --git a/src/style.css b/src/style.css
index 5ce9612..a6961f3 100644
--- a/src/style.css
+++ b/src/style.css
@@ -1,6 +1,7 @@
body {
max-width: 800px ;
margin: auto ;
+ padding: 0 16px ;
margin-bottom: 500px ;
}
@@ -33,3 +34,10 @@ img {
color: tomato ;
}
}
+
+@media print {
+ a[href] {
+ text-decoration: none ;
+ color: black ;
+ }
+}