diff options
author | thinkpadmaster <a.scerba02@gmail.com> | 2023-07-03 10:28:04 -0500 |
---|---|---|
committer | thinkpadmaster <a.scerba02@gmail.com> | 2023-07-03 10:28:04 -0500 |
commit | 755203c4837dae8663b902a4aa4e8f8e2c545476 (patch) | |
tree | 2d5354ec912f529ba7c0b89076345809cb8a4a93 /data/static | |
parent | 9196a5e2ddae06ed7d29386ad613c61c7d46265d (diff) |
Style welcome message
Diffstat (limited to 'data/static')
-rw-r--r-- | data/static/style.css | 13 |
1 files changed, 12 insertions, 1 deletions
diff --git a/data/static/style.css b/data/static/style.css index 3eeb8a5..5d6c577 100644 --- a/data/static/style.css +++ b/data/static/style.css @@ -88,6 +88,17 @@ h1 { margin-left: 4vw; } +.frontpage-subtitle { + margin-left: 6vw; + display: flex; + flex-wrap: wrap; + flex-direction: row; +} + +.frontpage-subtitle > p { + margin: 10px; +} + h2 { font-weight: lighter; margin-bottom: 40px; @@ -183,7 +194,7 @@ img { @media screen and (max-width: 1000px) { .bottom { position: relative; - margin-top: 20vh; + margin-top: 13vh; max-height: fit-content; } .postContent { |