Skip to content

Commit

Permalink
Merge branch 'master' into remove_place_query
Browse files Browse the repository at this point in the history
  • Loading branch information
gmechali authored Dec 10, 2024
2 parents 398f39a + 4342b8f commit ffdc69b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion server/templates/dev_place.html
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
data-place-summary="{{place_summary}}"
data-place-subheader="{{place_type_with_parent_places_links}}"
></div>
<div id="main" class="container">
<div id="plage-page-main" class="container">
<div id="place-page-content" class="page-content-container">
</div>
</div>
Expand Down
2 changes: 1 addition & 1 deletion static/css/place/dev_place_page.scss
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ $horizontal-divider-style: 1px solid rgba(0, 0, 0, 0.12);

main {
// Leave space on top for navbar and bottom for footer
padding: 24px 0;
padding: 48px 0 24px 0;
}

.page-content-container {
Expand Down

0 comments on commit ffdc69b

Please sign in to comment.