mirror of
https://github.com/Radiquum/radiquum.github.io.git
synced 2025-04-05 15:54:34 +00:00
refactor: make space between about and links smaller
This commit is contained in:
parent
d06008f690
commit
5b510c784e
2 changed files with 6 additions and 2 deletions
|
@ -64,7 +64,7 @@
|
|||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="container h-screen mx-auto text-white scroll-mt-40" id="section_about">
|
||||
<div class="container mx-auto text-white scroll-mt-40" id="section_about">
|
||||
<h1 class="mt-16 mb-12 text-6xl font-bold text-center">ABOUT ME</h1>
|
||||
<div class="flex flex-col gap-8 text-2xl font-light max-w-[1200px] mx-auto justify-center">
|
||||
<p>Hi! I'm Kentai Radiquum 🐾, a tech enthusiast with a passion for software development. I love
|
||||
|
@ -81,7 +81,7 @@
|
|||
<p>Feel free to reach out anytime! I will be happy to chat.</p>
|
||||
</div>
|
||||
</div>
|
||||
<div class="flex flex-col items-center justify-center p-8 text-white scroll-mt-24" id="section_links">
|
||||
<div class="flex flex-col items-center justify-center p-8 mt-16 text-white scroll-mt-24" id="section_links">
|
||||
<h1 class="mx-auto mb-12 text-6xl font-bold w-fit">LINKS</h1>
|
||||
<div class="flex items-start justify-center gap-8">
|
||||
<!-- Photo Links -->
|
||||
|
|
|
@ -706,6 +706,10 @@ video {
|
|||
margin-top: 3.5rem;
|
||||
}
|
||||
|
||||
.mt-24 {
|
||||
margin-top: 6rem;
|
||||
}
|
||||
|
||||
.flex {
|
||||
display: flex;
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue