1
1
mirror of https://github.com/neosubhamoy/neosubhamoy-portfolio.git synced 2025-12-19 22:53:03 +05:30

(improved): responsiveness of projects and blog page

This commit is contained in:
2023-11-02 22:47:28 +05:30
parent 49ce196bf3
commit 0f35b4f4da
3 changed files with 50 additions and 2 deletions

View File

@@ -15,7 +15,7 @@ require './core/query_functions.php';
<body class="font-lexend bg-bg_primary text-accent_secondary">
<?php require 'assets/_header.php';?>
<div class="blogbox w-full px-4 lg:px-[4.5rem] flex flex-col items-center text-center">
<div class="mt-40 mb-60">
<div class="mt-[30vh] mb-[60vh]">
<h1 class="text-2xl font-bold"><i class="fa-regular fa-clock fa-spin text-accent_primary"></i>&nbsp; Coming Soon</h1>
<p class="text-base text-accent_three mt-3">Please be patience, Something intresting is cooking up...!!</p>
</div>