Skip to content

Commit

Permalink
update form and slider
Browse files Browse the repository at this point in the history
  • Loading branch information
didarie committed Jun 19, 2024
1 parent 9df99d5 commit 34497df
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 4 additions & 1 deletion src/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -287,7 +287,10 @@ <h2 class="subscribe__title">Підписка</h2>
<p class="subscribe__text">
Бути в курсі всіх актуальних подій та останніх новин.
</p>
<form class="subscribe__form">
<form
class="subscribe__form"
target="_self"
>
<input
type="email"
class="subscribe__input"
Expand Down
2 changes: 1 addition & 1 deletion src/styles/blocks/slider.scss
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
.slider {
&__slides {
overflow-x: auto;
overflow: auto hidden;
scroll-snap-type: x mandatory;
display: flex;
gap: 16px;
Expand Down

0 comments on commit 34497df

Please sign in to comment.