diff options
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 { |