Skip to content

Commit d8da956

Browse files
authored
Merge pull request #38 from CivicTechTO/copilot/fix-ui-spacing-community-heading
2 parents 3921aeb + c2d1c28 commit d8da956

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

.gitignore

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,4 +10,8 @@ _site
1010
# categories
1111

1212
# Addtional Appended Ignores
13-
.DS_Store
13+
.DS_Store
14+
15+
# Ruby vendor directory
16+
vendor/bundle
17+
.bundle

assets/css/custom.css

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -434,6 +434,11 @@ body.menu-open {
434434

435435
/* === 07. Responsive Adjustments === */
436436

437+
/* Fix spacing between heading and subtext in hgroup for better readability on mobile */
438+
hgroup p {
439+
margin-top: var(--pico-typography-spacing-vertical);
440+
}
441+
437442
.mobile-only {
438443
display: block;
439444
}

0 commit comments

Comments
 (0)