diff --git a/index.html b/index.html index 2084452..3035063 100644 --- a/index.html +++ b/index.html @@ -151,6 +151,7 @@
Caretakers
Erica, Gersande, Kamo
+ diff --git a/print.css b/print.css index c3f544d..43e2e07 100644 --- a/print.css +++ b/print.css @@ -88,6 +88,12 @@ }*/ + .content p, .content h2 { + margin: default; + } + button#print { + display: none; + } } \ No newline at end of file diff --git a/style.css b/style.css index 1727f9b..98f9615 100644 --- a/style.css +++ b/style.css @@ -149,12 +149,35 @@ dd { object-fit: contain; } + +.content { + white-space: pre-line; +} + +.content p, +.content h2 { + margin: 0; +} + .content img { width: 100%; object-fit: contain; height: auto; } +#print { + display: inline-block; + margin-top: 32px; + background: none; + border: 1px solid currentColor; + padding: 4px 8px; + font-size: 1rem; +} + +#print:hover{ + cursor: pointer; +} + @namespace svg url(http://www.w3.org/2000/svg); /* Necessary to select only SVG elements, and not also HTML's. See warning below */