From 0d8920491ede508256b6a9dd3d156863be7e3b77 Mon Sep 17 00:00:00 2001 From: Vaibhav Date: Tue, 9 Oct 2018 11:41:22 +0530 Subject: [PATCH] change official media body to student media body --- _includes/footer.html | 4 ++-- _includes/navbar.html | 39 +++++++++++++++++++++------------------ css/base.scss | 16 ++++++++-------- 3 files changed, 31 insertions(+), 28 deletions(-) diff --git a/_includes/footer.html b/_includes/footer.html index ad4b0b3..34b45b4 100644 --- a/_includes/footer.html +++ b/_includes/footer.html @@ -4,7 +4,7 @@
Watch Out!
-
Official Media
Body of IITR
+
Student Media
Body of IITR
@@ -12,7 +12,7 @@ About Guide Get Involved - +
diff --git a/_includes/navbar.html b/_includes/navbar.html index bcac5cb..749739b 100644 --- a/_includes/navbar.html +++ b/_includes/navbar.html @@ -4,7 +4,7 @@
Watch Out!
-
Official Media
Body of IITR
+
Student Media
Body of IITR
@@ -12,7 +12,7 @@ About Guide Get Involved - + @@ -21,7 +21,8 @@ diff --git a/css/base.scss b/css/base.scss index 22d1704..5e54615 100644 --- a/css/base.scss +++ b/css/base.scss @@ -89,7 +89,7 @@ body { @include box-sizing(); } -*{ +*{ font-family: Lato, Merriweather, Open Sans, sans-serif; } @@ -120,7 +120,7 @@ body { .desc { font-size: 22px; - width: 7em; + width: 7.3em; position: absolute; bottom: 0; color: #ababab; @@ -135,7 +135,7 @@ body { .social { height: 100%; padding: $pre-nav-logo-height * .623 0; - font-size: 16px; + font-size: 16px; font-weight: bold; color: #ababab; @@ -246,7 +246,7 @@ nav { text-decoration: none; color: rgb(174, 170, 170); } - + .cover-title-label { font-size: 14px; font-weight: bold; @@ -369,7 +369,7 @@ nav { .head { width: 100%; - position: relative; + position: relative; } .date { @@ -536,7 +536,7 @@ nav { height: 100%; width: auto; } - + &.tall { width: 100%; } @@ -544,7 +544,7 @@ nav { .tinted { background: black; - + img { opacity: 0.6; } @@ -764,7 +764,7 @@ footer { position: static; color: #d1d1d1; } - + .excerpt { margin-top: 10px; }