From 717d34c446058686cf254deafa33104b1ebe6c4a Mon Sep 17 00:00:00 2001 From: Definitely Obsessed Date: Sun, 30 Jul 2023 10:35:59 +0530 Subject: [PATCH 1/2] Add 'width' to 'header a.nav-link', to fix Only heading 'AEC LIBRARY' should link to 'index.html' instead of it's entire section, In resource.html --- resource.css | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/resource.css b/resource.css index b1328377..856fa7a1 100644 --- a/resource.css +++ b/resource.css @@ -135,6 +135,11 @@ body { font-family: 'Roboto', sans-serif; } +header .nav-link { + margin: 0 auto; + width: fit-content; +} + header h1 { text-align: center; font-size: 40px; From 5b00835404bff53e6d1bc4a41cedbf0d36014f64 Mon Sep 17 00:00:00 2001 From: Definitely Obsessed Date: Wed, 2 Aug 2023 13:24:28 +0530 Subject: [PATCH 2/2] Remove link to index.html from h1-'AEC LIBRARY' in resources.html --- resource.css | 5 ----- resource.html | 2 +- 2 files changed, 1 insertion(+), 6 deletions(-) diff --git a/resource.css b/resource.css index 856fa7a1..b1328377 100644 --- a/resource.css +++ b/resource.css @@ -135,11 +135,6 @@ body { font-family: 'Roboto', sans-serif; } -header .nav-link { - margin: 0 auto; - width: fit-content; -} - header h1 { text-align: center; font-size: 40px; diff --git a/resource.html b/resource.html index 2947b620..6d36624f 100644 --- a/resource.html +++ b/resource.html @@ -66,7 +66,7 @@ -

AEC Library

+

AEC Library