Cool grid

This commit is contained in:
2024-09-22 15:06:16 +03:00
parent 3c91cd3d15
commit d0c8077073
3 changed files with 37 additions and 8 deletions

View File

@@ -3,11 +3,15 @@ import PureCitySvg from '~/assets/pure-city.svg'
</script>
<template>
<nav class="flex justify-center align-middle p-4 pt-8">
<nav class="flex flex-col gap-16 justify-center items-center p-4 pt-8 w-full">
<img
:src="PureCitySvg"
alt="Логотип"
class="w-64"
>
<h1 class="font-semibold text-5xl">
Чистый город
</h1>
</nav>
</template>