File tree Expand file tree Collapse file tree 2 files changed +5
-4
lines changed Expand file tree Collapse file tree 2 files changed +5
-4
lines changed Original file line number Diff line number Diff line change 34
34
35
35
# indeximg {
36
36
max-width : 100% ;
37
- width : 500 px ;
37
+ width : 100 % ;
38
38
height : 300px ;
39
39
border-radius : 5px ;
40
40
border : 1px solid black;
41
+ object-fit : cover;
41
42
}
42
43
43
44
# campinfo {
@@ -203,4 +204,4 @@ html {
203
204
margin-bottom : 1rem ;
204
205
}
205
206
206
- .
207
+ .
Original file line number Diff line number Diff line change 164
164
const campgroundHtml = `
165
165
<div class="card text-white bg-dark mb-3" id="campinfo">
166
166
<div class="row">
167
- <div class="col-md-4" id="campgroundhomeimage">
167
+ <div id="campgroundhomeimage">
168
168
${ imagesHtml}
169
169
</div>
170
- <div class="col-md-8" >
170
+ <div>
171
171
<div class="card-body">
172
172
<h5 class="card-title">${ item .title } </h5>
173
173
<p class="card-text">${ item .description } </p>
You can’t perform that action at this time.
0 commit comments