From 9f6cdfd9284477267405da877f2f2063d4fb5af3 Mon Sep 17 00:00:00 2001 From: Awindsr <84223604+awindsr@users.noreply.github.com> Date: Sat, 14 Oct 2023 21:33:13 +0530 Subject: [PATCH] Add files via upload --- assets/css/templatemo-grad-school.css | 3 +- execom.css | 40 +++++++++++++++++++++++++++ execom.html | 17 ++++++++++-- index.html | 17 ++++++++++-- 4 files changed, 71 insertions(+), 6 deletions(-) diff --git a/assets/css/templatemo-grad-school.css b/assets/css/templatemo-grad-school.css index 5cfb76d..2bb8373 100644 --- a/assets/css/templatemo-grad-school.css +++ b/assets/css/templatemo-grad-school.css @@ -1558,9 +1558,10 @@ footer p a:hover { .main-menu { padding-right: 0!important; } .main-header .logo { line-height: 73px; + } .main-menu li { - display: block; + display: none; line-height: 1; margin-left: 0 !important; } diff --git a/execom.css b/execom.css index e223fc5..a8bb70e 100644 --- a/execom.css +++ b/execom.css @@ -103,3 +103,43 @@ ul.images li img { object-fit: cover; } } + +@media screen and (max-width: 950px) { + .main-menu { padding-right: 0!important; } + .main-header .logo { + line-height: 73px; + + } + .main-menu li { + display: none; + line-height: 1; + margin-left: 0 !important; + } + + .main-menu li .sub-menu { + opacity: 1; + visibility: visible; + position: static; + margin-left: auto; + margin-right: auto; + width: 100%; + } + .main-menu li .sub-menu li:last-child { + border-bottom: 1px solid rgba(250,250,250,0.25); + } +} + +@media screen and (max-width: 950px) and (max-height: 400px) { + nav[role="navigation"].active { + max-height: calc(80px + 100vh); + overflow-y: auto; + } +} + +@media screen and (max-width: 767px) { + footer p { + font-size: 12px; + font-weight: 600; + letter-spacing: 0.25px; + } +} \ No newline at end of file diff --git a/execom.html b/execom.html index a863ef3..123ff5f 100644 --- a/execom.html +++ b/execom.html @@ -32,15 +32,15 @@ - +