From a28d3f546e6c4dc3fba251d10e9e7222951cd43c Mon Sep 17 00:00:00 2001 From: nathius262 Date: Wed, 17 Jul 2024 03:09:07 +0100 Subject: [PATCH] modified media page --- index.html | 2 +- media.html | 16 ++++++++-------- static/css/style.css | 32 +++++++++++++++++++++++++++++--- 3 files changed, 38 insertions(+), 12 deletions(-) diff --git a/index.html b/index.html index b83ba96..7dc0342 100644 --- a/index.html +++ b/index.html @@ -50,7 +50,7 @@
-
+
2024
Our Yearof The
diff --git a/media.html b/media.html index 2b62959..9f579fc 100644 --- a/media.html +++ b/media.html @@ -46,25 +46,25 @@
-
-
-
-
+
+
+
+

Latest Sermon

-

A Call To Prayer

+

A Call To Prayer

- download + download
+
-
-
+ diff --git a/static/css/style.css b/static/css/style.css index 5ddc0f3..a401c82 100644 --- a/static/css/style.css +++ b/static/css/style.css @@ -285,10 +285,18 @@ a{ } +.media-top{ + position: absolute; + width: 100%; + height: 100%; + top: 300px; + height: 544px; +} + .latest_media h4{ font-family: Nexa-Bold; font-size: 24px; - font-weight: 400; + font-weight: 500; line-height: 30.77px; letter-spacing: 0.91em; text-align: left; @@ -296,9 +304,9 @@ a{ } .latest_media h2{ - font-family: Trajan Pro 3; + font-family: 'Trajan Pro 3' !important; font-size: 50px; - font-weight: 400; + font-weight: 500; line-height: 76.8px; text-align: left; @@ -568,4 +576,22 @@ MEDIA QUERY @ screen size below 438 line-height: 160px; } + .media-top{ + top: calc(300px * .99); + } + + .latest_media h4{ + font-size: calc(24px * .7); + letter-spacing: 0.1em; + } + + .latest_media h2{ + font-size: calc(50px * .7); + + } + + .latest_media img{ + width: calc(200px * .8); + } + } \ No newline at end of file