From 32b1defc6b75df5660c2bbf7cbbcd7dc463103a7 Mon Sep 17 00:00:00 2001 From: akshaythakur8764 Date: Mon, 23 Dec 2024 17:35:34 +0530 Subject: [PATCH] resolution fixed for hd 1080 screens and content updated --- src/assets/css/custom.css | 11 ++++++++++- src/components/HomeBody.astro | 2 +- src/components/layout/nav-links.json | 2 +- 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? -

To participate in the hackathon, please follow these mandatory steps:

+

To participate in the hackathon, please follow these mandatory steps:

  1. 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';
    -

    Evaluation Criteria

    +

    Evaluation Criteria

    • Complexity of the problem, including its technical depth and challenges.  
    • Quality of the journal, considering its credibility and impact factor.  
    • @@ -23,7 +23,7 @@ import HomeBody from '../components/HomeBody.astro';
      -

      System Requirements

      +

      System Requirement