1
0
Fork 0
forked from suyu/website

Fixed tailwind conflicts

This commit is contained in:
Orche 2024-03-08 13:27:44 +02:00
parent 969697d602
commit 1236dc1d18

View file

@ -1,8 +1,7 @@
<script lang="ts"> <script lang="ts">
import Logo from "$components/Logo.svelte"; import Logo from "$components/Logo.svelte";
import { onMount, tick } from "svelte"; import { onMount } from "svelte";
import strings from "$lib/data/strings.json"; import strings from "$lib/data/strings.json";
import Card from "$components/Card.svelte";
import odyssey from "$assets/cards/Super-Mario-Odyssey.jpg"; import odyssey from "$assets/cards/Super-Mario-Odyssey.jpg";
import ScrollIcon from "$components/ScrollIcon.svelte"; import ScrollIcon from "$components/ScrollIcon.svelte";
import totk from "$assets/cards/totk.webp"; import totk from "$assets/cards/totk.webp";
@ -145,9 +144,8 @@
} }
.hero-header { .hero-header {
font-size: 110px; margin-top: -2rem;
margin-top: -48px; margin-bottom: 2rempx;
margin-bottom: -24px;
} }
.hero-text { .hero-text {
@ -181,7 +179,7 @@
.below { .below {
width: 100%; width: 100%;
min-height: calc(100vh - 80px); min-height: calc(106vh - 80px);
height: fit-content; height: fit-content;
padding-bottom: 80px; padding-bottom: 80px;
position: relative; position: relative;