Cool grid
This commit is contained in:
@@ -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>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user