From 95a3d3e98fb1b6d6b63c56feee58ef12cc14a2ff Mon Sep 17 00:00:00 2001 From: Harsheet Sharma <37205949+ab1123@users.noreply.github.com> Date: Sun, 27 Nov 2022 10:56:33 +0530 Subject: [PATCH 1/2] Update events.css --- CSS/events.css | 26 +++++++++++++++----------- 1 file changed, 15 insertions(+), 11 deletions(-) diff --git a/CSS/events.css b/CSS/events.css index c049b43..9e71213 100644 --- a/CSS/events.css +++ b/CSS/events.css @@ -11,6 +11,7 @@ text-decoration: none; .EventsEvent{ /* styling for the events text */ margin-top: 0vw; + left: -45vw; top: 2vw; position: relative; @@ -49,7 +50,7 @@ border: 1px solid #4789C0; transform: rotate(-0.04deg); } /* responsiveness for phone layout */ -/* @media(min-width:320px) and (max-width: 480px){ +@media(min-width:320px) and (max-width: 480px){ .EventsHeading{ position: relative; align-items: center; @@ -68,7 +69,7 @@ border: 1px solid #4789C0; .Eventscard2{ display: none; } - /* #poster{ + #poster{ position: relative; width: 24vw !important; height: 30vw !important; @@ -77,7 +78,7 @@ border: 1px solid #4789C0; left: 0; top:0; - } *//* + } .Eventstext{ display: block; @@ -104,9 +105,9 @@ border: 1px solid #4789C0; color: #4789C0; } -} */ +} /* resonsiveness for tab view */ -/* @media(min-width:481px) and (max-width: 768px){ + @media(min-width:481px) and (max-width: 768px){ .Eventsnewev{ left: 35vw !important; color: #4789C0; @@ -117,7 +118,7 @@ border: 1px solid #4789C0; .Eventsne{ color: #4789C0 !important; } -} */ +} .Eventscards{ position: relative; top: -8vw; @@ -150,6 +151,7 @@ display: flex; height: 17vw; margin-left: 0; + font-family: 'Noto Sans', sans-serif; font-style: normal; overflow-wrap: break-word; @@ -216,13 +218,15 @@ width: 14vw; height: 17vw; border-radius: 1.5vw 0vw 0vw 1.5vw; align-items: left; -left: 0; -top:-11.2vw; +left: -31vw; +top: 0; + } .Eventscard2{ /* styling for the second card */ position: relative; + top: 0vw; width: 30vw; height: 17vw; left: 5vw; @@ -234,7 +238,7 @@ background: #F9FCFF; box-shadow: 0.5vw 0.5vw 0.5vw rgba(0, 0, 0, 0.25); border-radius: 0vw 2vw 2vw 2vw; transition: transform .5s; - +display: flex; @@ -293,9 +297,9 @@ margin-bottom: 3vw; font-family: 'Noto Sans', sans-serif; font-style: normal; -font-weight: 700; +font-weight: 600; font-size: 0.8vw; -line-height: 4vw; +line-height: 2vw; /* Primary */ From 98ccdf99ecaa43bd7174037f829ffba07d3ecb88 Mon Sep 17 00:00:00 2001 From: Harsheet Sharma <37205949+ab1123@users.noreply.github.com> Date: Sun, 27 Nov 2022 10:57:47 +0530 Subject: [PATCH 2/2] Update index.html --- index.html | 1 + 1 file changed, 1 insertion(+) diff --git a/index.html b/index.html index 7d208cc..571ff7e 100644 --- a/index.html +++ b/index.html @@ -251,6 +251,7 @@