From 43fd24f4e69b12a16dba1cbcae930b31785baa8b Mon Sep 17 00:00:00 2001 From: Sashi20 Date: Mon, 27 Aug 2018 17:26:58 +0530 Subject: Modified supportedby and contact us sections --- static/website/bootstrap-css/assets/css/main.css | 13 ++++++++++--- .../assets/images/backgrounds/top_2.png | Bin 88146 -> 80729 bytes 2 files changed, 10 insertions(+), 3 deletions(-) (limited to 'static/website/bootstrap-css/assets') diff --git a/static/website/bootstrap-css/assets/css/main.css b/static/website/bootstrap-css/assets/css/main.css index 735cf8b..57ac778 100644 --- a/static/website/bootstrap-css/assets/css/main.css +++ b/static/website/bootstrap-css/assets/css/main.css @@ -1,7 +1,7 @@ /* * 1. Google Font */ -@import url(http://fonts.googleapis.com/css?family=Roboto:300,400,700); +@import url(https://fonts.googleapis.com/css?family=Roboto:300,400,700); /* * 2.0 Global Style */ @@ -344,10 +344,17 @@ ul li { left: 0; /* background-color: rgba(0, 0, 0, 0.5);*/ } - +.site-header .intro .important-dates{ + margin-top: 2%; + margin-bottom: 5%; + color: #806600; + font-size: 25pt; + font-weight: 700; + text-decoration: underline; +} .site-header .img { width: 100% !important; - margin-top: 58px; + margin-top: 45px; } .site-header .intro { color: #fff; diff --git a/static/website/bootstrap-css/assets/images/backgrounds/top_2.png b/static/website/bootstrap-css/assets/images/backgrounds/top_2.png index fab6a7d..d7bf07d 100644 Binary files a/static/website/bootstrap-css/assets/images/backgrounds/top_2.png and b/static/website/bootstrap-css/assets/images/backgrounds/top_2.png differ -- cgit