diff options
author | akshaythakur8764 | 2024-12-23 17:35:34 +0530 |
---|---|---|
committer | akshaythakur8764 | 2024-12-23 17:35:34 +0530 |
commit | 32b1defc6b75df5660c2bbf7cbbcd7dc463103a7 (patch) | |
tree | 60d4c10381a2c8b188b0b17574b33516e70a5a93 | |
parent | d331e2539a1f0f740b91c1557632c856af39a4a2 (diff) | |
download | scilab_case_study_hackathon-32b1defc6b75df5660c2bbf7cbbcd7dc463103a7.tar.gz scilab_case_study_hackathon-32b1defc6b75df5660c2bbf7cbbcd7dc463103a7.tar.bz2 scilab_case_study_hackathon-32b1defc6b75df5660c2bbf7cbbcd7dc463103a7.zip |
resolution fixed for hd 1080 screens and content updated
-rw-r--r-- | src/assets/css/custom.css | 11 | ||||
-rw-r--r-- | src/components/HomeBody.astro | 2 | ||||
-rw-r--r-- | src/components/layout/nav-links.json | 2 | ||||
-rw-r--r-- | src/pages/evaluation.astro | 4 |
4 files changed, 14 insertions, 5 deletions
diff --git a/src/assets/css/custom.css b/src/assets/css/custom.css index cd59d91..f88fc6d 100644 --- a/src/assets/css/custom.css +++ b/src/assets/css/custom.css @@ -147,4 +147,13 @@ opacity: 1; } -/*********end neon button********** */
\ No newline at end of file +/*********end neon button********** */ + +@media (min-width:1368px) { + p, td, th, li{ + font-size: 1.4rem; + } + .section-title{ + font-size: 2rem; + } +}
\ No newline at end of file diff --git a/src/components/HomeBody.astro b/src/components/HomeBody.astro index 315a353..3ab1fe3 100644 --- a/src/components/HomeBody.astro +++ b/src/components/HomeBody.astro @@ -159,7 +159,7 @@ import process from "../assets/img/process.png"; How to participate? </h1> - <h1 class="font-bold text-gray-900 mb-4">To participate in the hackathon, please follow these mandatory steps: </h1> + <h1 class="font-bold text-base xl:text-xl text-gray-900 mb-4">To participate in the hackathon, please follow these mandatory steps: </h1> <ol class="text-justify list-decimal list-outside space-y-4"> <li class="leading-6"> Before proceeding, it is mandatory to fill out this Google Form: diff --git a/src/components/layout/nav-links.json b/src/components/layout/nav-links.json index 9df98ad..d7b4d7b 100644 --- a/src/components/layout/nav-links.json +++ b/src/components/layout/nav-links.json @@ -4,7 +4,7 @@ {"label": "Problem Statement", "href": "/problem-statement"}, {"label": "Register", "href": "/#register"}, {"label": "Evaluation criteria", "href": "/evaluation"}, - {"label": "System Requirement", "href": "/evaluation/#system-reuirement"}, + {"label": "System Requirement", "href": "/evaluation/#system-requirement"}, { "label": "Resources", "href": "/resources" }, { "label": "Contact", "href": "/#contact" } diff --git a/src/pages/evaluation.astro b/src/pages/evaluation.astro index cbc641d..5f2ac64 100644 --- a/src/pages/evaluation.astro +++ b/src/pages/evaluation.astro @@ -9,7 +9,7 @@ import HomeBody from '../components/HomeBody.astro'; <!-- <div class="grid grid-cols-1 md:grid-cols-2 gap-0 bg-gray-200 "> --> <div class="md:px-4 pb-5"> <div class="md:px-20 px-3"> - <h1 class="text-left section-title pl-4" id="evaluation">Evaluation Criteria</h1> + <h1 class="text-center section-title pl-4" id="evaluation">Evaluation Criteria</h1> <ul class="list-disc list-inside space-y-2 pt-4"> <li>Complexity of the problem, including its technical depth and challenges. </li> <li>Quality of the journal, considering its credibility and impact factor. </li> @@ -23,7 +23,7 @@ import HomeBody from '../components/HomeBody.astro'; <div class="md:px-4 pb-5"> <div class="md:px-20 px-3"> - <h1 class="text-center section-title mx-4 px-4 mb-5" id="system-reuirement">System Requirements</h1> + <h1 class="text-center section-title mx-4 px-4 mb-5" id="system-requirement">System Requirement</h1> |