Blob
This commit is contained in:
@@ -3,13 +3,13 @@ import PureCitySvg from '~/assets/pure-city.svg'
|
||||
</script>
|
||||
|
||||
<template>
|
||||
<nav class="flex flex-col gap-16 justify-center items-center p-4 pt-8 w-full">
|
||||
<nav class="flex flex-col gap-16 justify-center items-center py-8 px-4 w-full border-b-2 bg-white">
|
||||
<img
|
||||
:src="PureCitySvg"
|
||||
alt="Логотип"
|
||||
class="w-64"
|
||||
>
|
||||
<h1 class="font-semibold text-5xl">
|
||||
<h1 class="font-semibold text-6xl">
|
||||
Чистый город
|
||||
</h1>
|
||||
</nav>
|
||||
|
||||
Reference in New Issue
Block a user