Skip to content

Commit

Permalink
overflow on mainscreen
Browse files Browse the repository at this point in the history
  • Loading branch information
MaxNadeev committed Mar 13, 2024
1 parent ff150a9 commit 8457f84
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 6 deletions.
9 changes: 4 additions & 5 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<meta name="viewport" content="initial-scale=1.0">
<script src="scripts/ya.js"></script>
<noscript><div><img src="https://mc.yandex.ru/watch/96480520" style="position:absolute; left:-9999px;" alt="" /></div></noscript>
<link rel="stylesheet" href="style.css?version=5">
<link rel="stylesheet" href="style.css?version=6">
<script src="scripts/script.js?version=2" defer></script>
<script src="./scripts/prices.js" defer></script>
<title>Сочисто! | Уборка квартир в Сочи</title>
Expand Down Expand Up @@ -48,7 +48,7 @@
<div class="container">
<div class="inner-container utp">
<h1 class="text-accent white-text place5 fade-in-up">
Успейте забрать скидку 10% на первую уборку
Успейте использовать скидку 10% на первую уборку
</h1>
<p class="white-text place5 fade-in-up">
Сделайте первый шаг к безупречной уборке.
Expand Down Expand Up @@ -246,8 +246,7 @@ <h1 class="text-accent">Оценим точнее по фото</h1>
</div>
</a>
</div>

<div class="container" id="gallery">
<div id="gallery" class="container" >
<h1 class="text-accent">
Фотографии процесса
</h1>
Expand All @@ -271,7 +270,7 @@ <h1 class="text-accent">
Доверьте нам уборку вашей квартиры
</h1>
</div>
<div class="container" id="social">
<div id="social" class="container" >
<a href="https://wa.me/+79628817225">
<div class="cta button text-accent">
Заказать клинеров
Expand Down
5 changes: 4 additions & 1 deletion style.css
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,9 @@ body{
.main-content{
min-width: 395px;
max-width: 720px;
overflow: hidden;
}

#mainscreen{
}

#header-panel{
Expand Down Expand Up @@ -76,6 +78,7 @@ body{
background-size: cover;
background-repeat: no-repeat;
background-position: center;
overflow: hidden;
}

.utp{
Expand Down

0 comments on commit 8457f84

Please sign in to comment.