Skip to content

Commit 583e81a

Browse files
adjust header and footer to better match rest of vocabulary behavior
1 parent 0edb10d commit 583e81a

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

docs/src/css/style.css

+11
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,13 @@
44
@import '/wp-content/themes/vocabulary-theme/style.css' layer(vocabulary-theme);
55

66
/* specific correction overrides */
7+
8+
body.platform-toolkit > header {
9+
background: white;
10+
padding-bottom: 2em;
11+
}
12+
13+
714
.platform-toolkit main img:not([width]) {
815
width: initial;
916
}
@@ -32,6 +39,10 @@
3239
width: 100%;
3340
}
3441

42+
body.platform-toolkit > footer {
43+
margin-top: 4em;
44+
}
45+
3546
@media only screen and (max-width: 768px) {
3647

3748
.platform-toolkit .pt-line-detail-blue {

0 commit comments

Comments
 (0)