diff options
Diffstat (limited to 'static/style.css')
| -rw-r--r-- | static/style.css | 14 |
1 files changed, 12 insertions, 2 deletions
diff --git a/static/style.css b/static/style.css index d4c0001..ed44a8d 100644 --- a/static/style.css +++ b/static/style.css @@ -165,10 +165,20 @@ h1, h2, h3, h4, h5, h6 { object-fit: contain; } -.description-text { +.text { max-width: 50rem; - margin-bottom: 2rem; line-height: 1.4; + margin: 0; +} + +.description-text { + margin-bottom: 2rem; +} + +footer { + padding-top: 1rem; + border-top: 1px solid #cfcfcf99; + margin-top: 1rem; } @media screen and (max-width: 44.9rem) { |
