This repository was archived by the owner on Dec 21, 2023. It is now read-only.
Commit de78239 1 parent 37c045b commit de78239 Copy full SHA for de78239
File tree 2 files changed +29
-1
lines changed
2 files changed +29
-1
lines changed Original file line number Diff line number Diff line change @@ -25,6 +25,12 @@ type: extended
25
25
# alt: 18F
26
26
# external: true
27
27
28
+ title : Accessibility Guide
29
+
30
+ logo :
31
+ src : /images/18f-logo-black.svg
32
+ alt : 18f
33
+
28
34
# this is a key into _data/navigation.yml
29
35
# primary:
30
36
# links: primary
@@ -33,4 +39,4 @@ type: extended
33
39
primary :
34
40
links : primary
35
41
secondary :
36
- links : secondary
42
+ links : secondary
Original file line number Diff line number Diff line change @@ -19,6 +19,8 @@ $color-gray-divider: color("gray-20");
19
19
20
20
$color-gray-border : color (" base-dark" );
21
21
22
+ $logo-size-lg : 3rem ;
23
+ $logo-size-md : 2rem ;
22
24
23
25
// Typography
24
26
.usa-prose {
@@ -76,6 +78,26 @@ a:hover {
76
78
display : none ;
77
79
}
78
80
81
+ // logo
82
+ .usa-header.usa-header--extended .usa-logo-img {
83
+ height : $logo-size-md ;
84
+ }
85
+
86
+ .usa-logo__text {
87
+ line-height : $logo-size-md ;
88
+ }
89
+
90
+
91
+ @include at-media (' desktop' ) {
92
+ .usa-header.usa-header--extended .usa-logo-img {
93
+ height : $logo-size-lg ;
94
+ }
95
+
96
+ .usa-logo__text {
97
+ line-height : $logo-size-lg ;
98
+ }
99
+ }
100
+
79
101
// usa-sidenav
80
102
81
103
.usa-sidenav a {
You can’t perform that action at this time.
0 commit comments