From 4e15eae2e0f983eca6da986a534ccfbfbef63bd0 Mon Sep 17 00:00:00 2001 From: avasthiayush <46842991+avasthiayush@users.noreply.github.com> Date: Thu, 1 Oct 2020 14:32:16 +0530 Subject: [PATCH] update responsiveness of navbar button --- Public/css/dashboard-hospital-style.css | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/Public/css/dashboard-hospital-style.css b/Public/css/dashboard-hospital-style.css index 2f03c97..dcaddde 100644 --- a/Public/css/dashboard-hospital-style.css +++ b/Public/css/dashboard-hospital-style.css @@ -220,6 +220,14 @@ a:hover{ margin-left: 30px; } } +@media (min-width: 600px){ + #lop{ + width:50%; + text-align:center; + margin:auto; + justify-content:space-around; + } +} .heading { color: black; font-size: 30px; @@ -580,4 +588,4 @@ box-shadow: 10px 10px 20px rgba(71, 194, 231, 0.9); height: 60%; left:15% } - } \ No newline at end of file + }