Skip to content

Commit 8dd91e8

Browse files
committed
Fix heading spacing on the home page.
1 parent 79c077c commit 8dd91e8

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

doc/cups.css

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@
5555
margin-top: 65px;
5656
padding: 20px;
5757
}
58-
.row .cups-body {
58+
.cups-body .row {
5959
padding: 0;
6060
}
6161

@@ -106,7 +106,7 @@
106106
margin-left: 0;
107107
}
108108

109-
.row .thirds h1, .row .halves h1 {
109+
.row .thirds h1, .row .halves h1, .row h1 {
110110
margin-top: 0;
111111
}
112112

0 commit comments

Comments
 (0)