Skip to content

Commit

Permalink
add media queries for mobile 480px
Browse files Browse the repository at this point in the history
  • Loading branch information
radek-drw committed Apr 28, 2024
1 parent 8d1c89c commit 1ed5591
Show file tree
Hide file tree
Showing 13 changed files with 855 additions and 224 deletions.
251 changes: 236 additions & 15 deletions css/style.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion css/style.css.map

Large diffs are not rendered by default.

8 changes: 4 additions & 4 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -68,15 +68,15 @@ <h1 class="txt1">Szczęśliwy pupil to nasza misja <br>
<!-- SECTION PRODUCTS -->
<section class="products-section" id="products">
<div class="options">
<div class="cat-option active">
<div class="cat-option option active">
<img src="src/cat-anime1.svg" alt="Wybierz kot">
<span>Kot</span>
</div>
<div class="dog-option">
<div class="dog-option option">
<img src="src/dog-anime.svg" alt="Wybierz pies">
<span>Pies</span>
</div>
<div class="toys-option">
<div class="toys-option option">
<img src="src/toys-anime.svg" alt="Wybierz zabawki">
<span>Zabawki</span>
</div>
Expand Down Expand Up @@ -1232,7 +1232,7 @@ <h2 class="success-message">✅ Formularz został pomyślnie wysłany!</h2>
</footer>
</div>

<script src="js/slider.js"></script>
<script src="js/slider-both.js"></script>
<script src="js/navbvar-scroll.js"></script>
<script src="js/links-scroll.js"></script>
<script src="js/form-validation.js"></script>
Expand Down
Loading

0 comments on commit 1ed5591

Please sign in to comment.