Skip to content

Commit

Permalink
Merge pull request #408 from VigneshDevHub/test
Browse files Browse the repository at this point in the history
Merging Changes from test to main
  • Loading branch information
Vignesh025 authored Nov 15, 2024
2 parents f4fc079 + b2bee55 commit 0a09318
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
5 changes: 3 additions & 2 deletions public/stylesheets/app.css
Original file line number Diff line number Diff line change
Expand Up @@ -34,10 +34,11 @@ h1 {

#indeximg {
max-width: 100%;
width: 500px;
width: 100%;
height: 300px;
border-radius: 5px;
border: 1px solid black;
object-fit: cover;
}

#campinfo {
Expand Down Expand Up @@ -203,4 +204,4 @@ html {
margin-bottom: 1rem;
}

.
.
4 changes: 2 additions & 2 deletions views/campgrounds/index.ejs
Original file line number Diff line number Diff line change
Expand Up @@ -164,10 +164,10 @@
const campgroundHtml = `
<div class="card text-white bg-dark mb-3" id="campinfo">
<div class="row">
<div class="col-md-4" id="campgroundhomeimage">
<div id="campgroundhomeimage">
${imagesHtml}
</div>
<div class="col-md-8">
<div>
<div class="card-body">
<h5 class="card-title">${item.title}</h5>
<p class="card-text">${item.description}</p>
Expand Down

0 comments on commit 0a09318

Please sign in to comment.