Skip to content

Commit af9c88f

Browse files
authored
Merge pull request LBHackney-IT#143 from LBHackney-IT/fix/list-view-padding
Added 30px padding to the bottom of the embedded maps
2 parents 9143a35 + 9203a7b commit af9c88f

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

dist/lbh-webmap.min.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/scss/partials/_listview.scss

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,4 +105,9 @@ p.lbh-body-s{
105105
/* Handle on hover */
106106
::-webkit-scrollbar-thumb:hover {
107107
background: #555;
108-
}
108+
}
109+
110+
/* Added padding to the bottom of embeded maps */
111+
.govuk-template__body {
112+
padding-bottom: 30px;
113+
}

0 commit comments

Comments
 (0)