responsive design

This commit is contained in:
Xeovalyte 2023-02-11 18:22:23 +01:00
parent aa795fb090
commit 57a50a5810
3 changed files with 3 additions and 3 deletions

View File

@ -1,7 +1,7 @@
<template>
<section class="flex h-screen snap-center items-center justify-center">
<div
class="my-40 flex w-full max-w-xl flex-wrap items-center justify-center gap-5 whitespace-pre-wrap text-lg text-primary-500"
class="my-40 mx-3 flex w-full max-w-xl flex-wrap items-center justify-center gap-5 whitespace-pre-wrap text-lg text-primary-500"
>
<h2
v-animate="{ preset: 'slide-right', duration: 500 }"

View File

@ -14,7 +14,7 @@
<div class="space-y-2">
<h1
v-animate="{ preset: 'slide-up', delay: 450 }"
class="text-7xl font-bold"
class="sm:text-7xl text-6xl font-bold"
>
Xeovalyte
</h1>

View File

@ -1,5 +1,5 @@
<template>
<div class="h-screen snap-y snap-mandatory overflow-y-auto bg-dark-200">
<div class="h-screen snap-y snap-mandatory overflow-y-auto overflow-x-hidden bg-dark-200">
<Heading />
<About />
<Skills />