Skip to content

Commit

Permalink
Fixed styling
Browse files Browse the repository at this point in the history
  • Loading branch information
Jelmer-Ketelaar committed Nov 16, 2021
1 parent 3598b82 commit c62420f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion public/style/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
body {
font-family: 'Montserrat', sans-serif;
width: 100%;
background-color: #f0f0e0;
background-color: #e9dcd1;
}

.example-wrapper {
Expand Down
2 changes: 1 addition & 1 deletion templates/wines/index.html.twig
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
<div data-role="main" class="ui-content">
<form method="GET" action="" data-ajax="false">
<div data-role="rangeslider">
<label for="price-min">Prijs:</label>¬
<label for="price-min">Prijs:</label>
<input class="price-label" style="background-color: #b5191f; color: #fff; font-weight: 100;"
type="range" name="price-min" id="price-min" value="{{ min_price }}" min="0"
max="5000"
Expand Down

0 comments on commit c62420f

Please sign in to comment.