Skip to content

Commit 4853d9e

Browse files
committed
Add spacing around top-level header
Rather than squashing the "Raspberry Pi Documentation" header, search bar and tab menu altogether, add some spacing between each element to be more consistent with our other sites.
1 parent 38689e5 commit 4853d9e

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

jekyll-assets/css/style.css

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -134,13 +134,12 @@ code {
134134

135135
.toptitle h1 {
136136
font-size: 2.5em;
137-
font-weight: lighter;
138-
letter-spacing: 1px;
137+
font-weight: 300;
139138
color: var(--bg);
140139
position: relative;
141140
margin-top: 0px;
142141
text-align: center;
143-
padding-top: 10px;
142+
padding-top: 40px;
144143
margin-left: 10px;
145144
flex-grow: 1;
146145
}
@@ -215,7 +214,7 @@ div.subtitle p {
215214

216215
#search-container {
217216
width: 50%;
218-
margin: auto;
217+
margin: 20px auto 0;
219218
max-width: 900px;
220219
}
221220

@@ -1665,6 +1664,7 @@ div#tab-menu {
16651664
width: 100%;
16661665
height: 80px;
16671666
margin-bottom: -28px;
1667+
margin-top: 20px;
16681668
}
16691669

16701670
ul#tab-container {

0 commit comments

Comments
 (0)