Skip to content

Commit 9203a7b

Browse files
committed
Added 30px padding to the bottom of the embedded maps
1 parent 9143a35 commit 9203a7b

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)