Skip to content

Commit cd63345

Browse files
committed
Added home-prefix
1 parent 32b0a5b commit cd63345

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

public/css/app.css

+1-1
Original file line numberDiff line numberDiff line change
@@ -11138,7 +11138,7 @@ a.text-dark:focus {
1113811138
border-radius: 30px;
1113911139
}
1114011140

11141-
.img-responsive {
11141+
.home-img-responsive {
1114211142
width: 100%;
1114311143
}
1114411144

resources/sass/home/_home.scss

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,6 @@
44
border-radius: 30px;
55
}
66

7-
.img-responsive {
7+
.home-img-responsive {
88
width:100%;
99
}

resources/views/home.blade.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
<h3 class="display-6" class="lead">What do we offer?</h3>
1010
<p>We offer a service that makes it possible to rent or lease a parking spot.
1111
<div class="row justify-content-center">
12-
<img src="{{ asset('images/parking.jpg') }}" class="img-responsive" alt="parking image">
12+
<img src="{{ asset('images/parking.jpg') }}" class="home-img-responsive" alt="parking image">
1313
</div>
1414
</p>
1515
@guest

0 commit comments

Comments
 (0)