File tree 5 files changed +12
-4
lines changed
5 files changed +12
-4
lines changed Original file line number Diff line number Diff line change @@ -11138,6 +11138,10 @@ a.text-dark:focus {
11138
11138
border-radius : 30px ;
11139
11139
}
11140
11140
11141
+ .home-img-responsive {
11142
+ width : 100% ;
11143
+ }
11144
+
11141
11145
/*
11142
11146
Styling for Lease views
11143
11147
*/
Original file line number Diff line number Diff line change @@ -49935,8 +49935,8 @@ __webpack_require__.r(__webpack_exports__);
49935
49935
/*! no static exports found */
49936
49936
/***/ (function(module, exports, __webpack_require__) {
49937
49937
49938
- __webpack_require__(/*! D:\laravelprojects\parkit \resources\js\app.js */"./resources/js/app.js");
49939
- module.exports = __webpack_require__(/*! D:\laravelprojects\parkit \resources\sass\app.scss */"./resources/sass/app.scss");
49938
+ __webpack_require__(/*! C:\homesteadProjects\ParkIt \resources\js\app.js */"./resources/js/app.js");
49939
+ module.exports = __webpack_require__(/*! C:\homesteadProjects\ParkIt \resources\sass\app.scss */"./resources/sass/app.scss");
49940
49940
49941
49941
49942
49942
/***/ })
Original file line number Diff line number Diff line change 3
3
padding : 2em ;
4
4
border-radius : 30px ;
5
5
}
6
+
7
+ .home-img-responsive {
8
+ width :100% ;
9
+ }
Original file line number Diff line number Diff line change 9
9
<h3 class =" display-6" class =" lead" >What do we offer?</h3 >
10
10
<p >We offer a service that makes it possible to rent or lease a parking spot.
11
11
<div class =" row justify-content-center" >
12
- <img src =" {{ asset (' images/parking.jpg' ) } }" alt =" parking image" >
12
+ <img src =" {{ asset (' images/parking.jpg' ) } }" class = " home-img-responsive " alt =" parking image" >
13
13
</div >
14
14
</p >
15
15
@guest
Original file line number Diff line number Diff line change 1
1
<nav class =" navbar navbar-expand-lg navbar-dark bg-primary" >
2
2
<div class =" container" >
3
3
<a class =" navbar-brand" href =" {{ url (' /' ) } }" >
4
- <img src =" {{ asset (' images/logo.svg' ) } }" width =" 125px" >
4
+ <object data =" {{ asset (' images/logo.svg' ) } }" type = " image/svg+xml " width =" 125px" ></ object >
5
5
</a >
6
6
<button class =" navbar-toggler" type =" button" data-toggle =" collapse"
7
7
data-target =" #navbarSupportedContent" aria-controls =" navbarSupportedContent" aria-expanded =" false"
You can’t perform that action at this time.
0 commit comments