mirror of
https://github.com/Radiquum/radiquum.github.io.git
synced 2025-05-08 13:59:34 +05:00
refactor: change section title margins
This commit is contained in:
parent
d5e9983c48
commit
b02412ade5
2 changed files with 88 additions and 4 deletions
|
@ -87,8 +87,8 @@
|
|||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="container min-h-screen px-2 py-6 overflow-hidden text-white scroll-mt-14 md:scroll-mt-20" id="section_about">
|
||||
<h1 class="mt-16 mb-12 text-4xl font-bold text-center md:mt-24 sm:text-6xl">ABOUT ME</h1>
|
||||
<div class="container min-h-screen px-2 py-6 overflow-hidden text-white scroll-mt-20 lg:scroll-mt-8 xl:scroll-mt-20" id="section_about">
|
||||
<h1 class="mb-12 text-4xl font-bold text-center mt-28 sm:mt-32 md:mt-28 2xl:mt-20 sm:text-6xl">ABOUT ME</h1>
|
||||
<div class="flex flex-wrap gap-8 mx-auto sm:justify-center w-fit">
|
||||
<div class="flex flex-col w-[344px] sm:w-[416px]">
|
||||
<div class="relative w-[344px] sm:w-[416px] h-[100px] sm:h-[120px] flex justify-center items-center bg-bg-gray">
|
||||
|
@ -144,8 +144,8 @@
|
|||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="container min-h-screen py-6 overflow-hidden text-white scroll-mt-14 md:scroll-mt-20" id="section_links">
|
||||
<h1 class="mt-16 mb-12 text-4xl font-bold text-center md:mt-24 sm:text-6xl">LINKS</h1>
|
||||
<div class="container min-h-screen py-6 overflow-hidden text-white scroll-mt-20 lg:scroll-mt-8 xl:scroll-mt-20" id="section_links">
|
||||
<h1 class="mb-12 text-4xl font-bold text-center mt-28 sm:mt-32 md:mt-28 2xl:mt-20 sm:text-6xl">LINKS</h1>
|
||||
<div class="flex flex-wrap justify-center gap-8 mx-auto w-fit">
|
||||
<!-- Photo Links -->
|
||||
<div class="flex flex-col w-[344px] sm:w-[416px] gap-1 sm:gap-4">
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue