diff options
| author | unwox <me@unwox.com> | 2024-10-31 14:42:42 +0600 |
|---|---|---|
| committer | unwox <me@unwox.com> | 2024-10-31 14:57:51 +0600 |
| commit | ba2deadca80138241d9e5284167e5a6d9e441d31 (patch) | |
| tree | 318d75f0fe8595e097715ec388f5f21653e037b7 /static/style.css | |
| parent | e3b39158d923cf0d7e67e5bc53d53346e5d0d383 (diff) | |
add footer with disclaimer text
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) { |
