From 5de0619a8b83f9d76c57abd2d4d6e53122dabc24 Mon Sep 17 00:00:00 2001 From: Jagmohan-Dixit Date: Sun, 26 Dec 2021 21:45:23 +0530 Subject: [PATCH] Made Some Small Changed In RTI Page and Menu Buttons --- src/components/navbar/style.css | 15 ++++++++------- src/json/rti.json | 34 +++++++++++++++++---------------- src/pages/rti/index.js | 4 +++- src/pages/rti/style.css | 5 ++++- 4 files changed, 33 insertions(+), 25 deletions(-) diff --git a/src/components/navbar/style.css b/src/components/navbar/style.css index 8d7e7ed..31e973b 100644 --- a/src/components/navbar/style.css +++ b/src/components/navbar/style.css @@ -63,7 +63,6 @@ .navhead { width: auto; height: auto; - margin-left: 1rem; } .navhead:hover { border-radius: 5px; @@ -71,6 +70,8 @@ } .single_nav_routes { margin-top: 6px; + padding-left: 10px; + padding-right: 10px; text-decoration: none; color: white !important; font-size: 0.875rem; @@ -87,12 +88,12 @@ .single_navmob { padding-bottom: 10px; padding-top: 10px; - display: flex; - font-size: 0.875rem; - font-family: "Roboto", "Helvetica", "Arial", sans-serif; - font-weight: 500; - line-height: 1.75; - letter-spacing: 0.02857em; + display: flex; + font-size: 0.875rem; + font-family: "Roboto", "Helvetica", "Arial", sans-serif; + font-weight: 500; + line-height: 1.75; + letter-spacing: 0.02857em; } .single_nav_routesmob { diff --git a/src/json/rti.json b/src/json/rti.json index f7707ff..6bf3872 100644 --- a/src/json/rti.json +++ b/src/json/rti.json @@ -1,19 +1,21 @@ { "data": [ - { - "head":"CPIO (Deputy Registrar, IIIT Trichy)", - "name": "Shri. Biju Mathew", - "designation": "Deputy Registrar, IIIT Trichy", - "emailID": "dr@iiitt.ac.in", - "phone": "0431-2503052", - "src": "bijumathew.jpg" -}, -{ - "head": "First Appellate Authority (Director, IIIT Trichy)", - "name": "Dr. Narasimha Sarma N V S", - "designation": "Director, IIIT Trichy", - "emailID": "director@iiitt.ac.in", - "src": "director.jpg" -} -] + { + "head":"CPIO (Deputy Registrar, IIIT Trichy)", + "name": "Shri. Biju Mathew", + "designation": "Deputy Registrar, IIIT Trichy", + "emailID": "dr@iiitt.ac.in", + "phone": "0431-2503052", + "src": "bijumathew.jpg" + }, + { + "head": "First Appellate Authority (Director, IIIT Trichy)", + "name": "Dr. Narasimha Sarma N V S", + "designation": "Director, IIIT Trichy", + "emailID": "director@iiitt.ac.in", + "phone": "\n", + "src": "director.jpg", + "cls": "biju" + } + ] } \ No newline at end of file diff --git a/src/pages/rti/index.js b/src/pages/rti/index.js index d0bed44..b83b552 100644 --- a/src/pages/rti/index.js +++ b/src/pages/rti/index.js @@ -124,8 +124,9 @@ export default function RTI() {
+ - {rti.designation} + {rti.designation}
{rti.emailID} @@ -135,6 +136,7 @@ export default function RTI() { {rti.fax && {rti.fax}}
+
diff --git a/src/pages/rti/style.css b/src/pages/rti/style.css index b14806a..9c9a099 100644 --- a/src/pages/rti/style.css +++ b/src/pages/rti/style.css @@ -52,6 +52,9 @@ justify-content:center; color: black; } +.biju { + padding-bottom: 1.5rem; +} @media only screen and (max-width: 800px) { .head{ @@ -73,4 +76,4 @@ padding-left:13rem; text-align:center; } - } \ No newline at end of file + }