diff options
author | Laisses <laisse@gmail.com> | 2024-09-12 17:56:18 -0300 |
---|---|---|
committer | Laisses <laisse@gmail.com> | 2024-09-12 17:56:18 -0300 |
commit | 3fd0139655559206233624abb34e0cb84e5d72db (patch) | |
tree | afe134877420ba3d74471748260bd4afae830cce /css | |
parent | papo landing page (diff) | |
download | papo.im-3fd0139655559206233624abb34e0cb84e5d72db.tar.gz papo.im-3fd0139655559206233624abb34e0cb84e5d72db.tar.xz |
add missing section
Diffstat (limited to 'css')
-rw-r--r-- | css/style.css | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/css/style.css b/css/style.css index a9cbbbe..6cf4e4e 100644 --- a/css/style.css +++ b/css/style.css @@ -160,6 +160,25 @@ header { box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px; } +.features-container { + display: flex; + flex-direction: column; + align-items: center; + max-width: 1200px; + margin: 0 auto; +} + +.features h2 { + font-size: var(--font-size-big-3); + margin-bottom: 0; +} + +.features h3 { + font-size: 20px; + font-weight: 500; + margin-top: .5rem; +} + footer { margin-top: 200px; } |