From 4d0fdae1fde1ed548b30b686135eb8e57cd10eb1 Mon Sep 17 00:00:00 2001 From: Ashley Date: Tue, 8 Nov 2022 20:11:39 +0100 Subject: [PATCH] add standwithukraine --- html/landing.ejs | 58 +++++++++++++++++++++++++++++++++++++++++++----- 1 file changed, 52 insertions(+), 6 deletions(-) diff --git a/html/landing.ejs b/html/landing.ejs index 9315f571..8c1c717d 100644 --- a/html/landing.ejs +++ b/html/landing.ejs @@ -190,7 +190,7 @@ section#landing-page { .content { border-radius: 26px; - padding: 2em; + padding: 1em; margin: auto; display: flex; justify-content: center; @@ -199,6 +199,10 @@ section#landing-page { top: 50%; transform: translateY(50%); } + + .content-inner{ + padding: 10px;color:#fff;position: relative;top: 50%;transform: translateY(50%); + } .heading { color: #fff; font-size: xxx-large; @@ -224,9 +228,42 @@ section#landing-page { margin: auto; margin-top: auto; } + + .news { + display: flex; + justify-content: center; + background: #111; + width: 18em; + margin: auto; + margin-bottom: auto; + border-radius: 3em; + color: white; + margin-bottom: -10em; +} + + .news > * { + color:#fff + } + + .news > a { + display: flex; + margin-block-start: 1em; + margin-block-end: 1em; + margin-inline-start: 0; + margin-inline-end: 0; + margin-top: 0; + margin-bottom: 1rem; + font-family: Whitney, Helvetica Neue, Helvetica, Arial, sans-serif; +font-weight: 400; + font-size: 16px; +line-height: 24px; +margin-top: 12px; +z-index: 10; /* Was 2 */" + } -
+ +