We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 3921aeb + c2d1c28 commit d8da956Copy full SHA for d8da956
.gitignore
@@ -10,4 +10,8 @@ _site
10
# categories
11
12
# Addtional Appended Ignores
13
-.DS_Store
+.DS_Store
14
+
15
+# Ruby vendor directory
16
+vendor/bundle
17
+.bundle
assets/css/custom.css
@@ -434,6 +434,11 @@ body.menu-open {
434
435
/* === 07. Responsive Adjustments === */
436
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
442
.mobile-only {
443
display: block;
444
}
0 commit comments