From 0f35b4f4da7d285a8f773c3be1f46f05ad1b6b0a Mon Sep 17 00:00:00 2001 From: Subhamoy Biswas Date: Thu, 2 Nov 2023 22:47:28 +0530 Subject: [PATCH] (improved): responsiveness of projects and blog page --- htdocs/assets/style.css | 48 +++++++++++++++++++++++++++++++++++++++++ htdocs/blog.php | 2 +- htdocs/projects.php | 2 +- 3 files changed, 50 insertions(+), 2 deletions(-) diff --git a/htdocs/assets/style.css b/htdocs/assets/style.css index 1bf56e3..b34db12 100644 --- a/htdocs/assets/style.css +++ b/htdocs/assets/style.css @@ -813,6 +813,42 @@ video { margin-top: 2.2rem; } +.mb-96 { + margin-bottom: 24rem; +} + +.mt-60 { + margin-top: 15rem; +} + +.mt-72 { + margin-top: 18rem; +} + +.mt-80 { + margin-top: 20rem; +} + +.mb-\[60vh\] { + margin-bottom: 60vh; +} + +.mt-\[40vh\] { + margin-top: 40vh; +} + +.mt-\[30vh\] { + margin-top: 30vh; +} + +.mt-32 { + margin-top: 8rem; +} + +.mb-72 { + margin-bottom: 18rem; +} + .flex { display: flex; } @@ -1604,6 +1640,18 @@ video { margin-top: 7rem; } + .lg\:mb-60 { + margin-bottom: 15rem; + } + + .lg\:mt-40 { + margin-top: 10rem; + } + + .lg\:mb-32 { + margin-bottom: 8rem; + } + .lg\:block { display: block; } diff --git a/htdocs/blog.php b/htdocs/blog.php index 0bf4cae..9c28b8a 100644 --- a/htdocs/blog.php +++ b/htdocs/blog.php @@ -15,7 +15,7 @@ require './core/query_functions.php';
-
+

  Coming Soon

Please be patience, Something intresting is cooking up...!!

diff --git a/htdocs/projects.php b/htdocs/projects.php index 71598c9..01b6d3b 100644 --- a/htdocs/projects.php +++ b/htdocs/projects.php @@ -35,7 +35,7 @@ $years = create_project_years_array($conn);
-
+

Projects Timeline by Year