Skip to content

Commit

Permalink
added contact button
Browse files Browse the repository at this point in the history
  • Loading branch information
e11sy committed Jun 28, 2024
1 parent d161ddb commit 018e6e3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
5 changes: 3 additions & 2 deletions components/contact.vue
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,9 @@
<div class="frame">
<input class="input-style" type="text" placeholder="[email protected]" />
</div>
<div class="div-wrapper">
<button class="div-wrapper">
<div class="text-wrapper-3">Получить информацию</div>
</div>
</button>
</div>
</div>
</div>
Expand Down Expand Up @@ -101,6 +101,7 @@
gap: 10px;
padding: 10px 12px;
flex: 1; /* Растягивает элемент до максимальной ширины */
box-shadow: none;
}
.input-style {
Expand Down
2 changes: 0 additions & 2 deletions pages/ru.vue
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
<template>
<NuxtLayout name="default-ru">
<div class="yard">
<div class="landing">
<illustration class="landing__illustration" />
Expand Down Expand Up @@ -83,7 +82,6 @@
<!-- <a href="https://www.producthunt.com/posts/hawk-2?utm_source=badge-featured&utm_medium=badge&utm_souce=badge-hawk-2" target="_blank"><img src="https://api.producthunt.com/widgets/embed-image/v1/featured.svg?post_id=333015&theme=light" alt="Hawk - Open-source errors tracker | Product Hunt" style="width: 250px; height: 54px;" width="250" height="54" /></a>-->
<!-- </div>-->
</div>
</NuxtLayout>
</template>

<script lang="ts">
Expand Down

0 comments on commit 018e6e3

Please sign in to comment.