Updated favicon package and header styling
|
Before Width: | Height: | Size: 1.9 KiB After Width: | Height: | Size: 5.6 KiB |
BIN
app/assets/images/android-chrome-256x256.png
Normal file
|
After Width: | Height: | Size: 7.3 KiB |
|
Before Width: | Height: | Size: 1.7 KiB After Width: | Height: | Size: 4.2 KiB |
|
Before Width: | Height: | Size: 283 B After Width: | Height: | Size: 969 B |
|
Before Width: | Height: | Size: 384 B After Width: | Height: | Size: 1.5 KiB |
|
Before Width: | Height: | Size: 15 KiB After Width: | Height: | Size: 15 KiB |
23
app/assets/images/safari-pinned-tab.svg
Normal file
@@ -0,0 +1,23 @@
|
||||
<?xml version="1.0" standalone="no"?>
|
||||
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 20010904//EN"
|
||||
"http://www.w3.org/TR/2001/REC-SVG-20010904/DTD/svg10.dtd">
|
||||
<svg version="1.0" xmlns="http://www.w3.org/2000/svg"
|
||||
width="260.000000pt" height="260.000000pt" viewBox="0 0 260.000000 260.000000"
|
||||
preserveAspectRatio="xMidYMid meet">
|
||||
<metadata>
|
||||
Created by potrace 1.14, written by Peter Selinger 2001-2017
|
||||
</metadata>
|
||||
<g transform="translate(0.000000,260.000000) scale(0.100000,-0.100000)"
|
||||
fill="#000000" stroke="none">
|
||||
<path d="M1202 2442 c-47 -14 -91 -61 -106 -113 -9 -28 -13 -55 -10 -60 3 -5
|
||||
-7 -14 -23 -19 -124 -45 -256 -149 -338 -265 -53 -76 -78 -125 -106 -211 -22
|
||||
-66 -23 -86 -27 -466 l-4 -398 -70 -67 c-39 -38 -88 -85 -110 -106 l-38 -39 0
|
||||
-94 0 -94 890 0 890 0 1 23 c1 12 1 55 1 96 l0 73 -111 106 -111 105 0 282 0
|
||||
282 -66 6 c-162 13 -309 144 -344 307 -24 114 6 250 75 332 14 16 25 33 25 38
|
||||
0 10 -92 63 -142 80 -33 12 -37 18 -47 69 -21 108 -118 164 -229 133z"/>
|
||||
<path d="M1801 2181 c-57 -22 -69 -29 -118 -77 -84 -81 -115 -225 -74 -335 90
|
||||
-238 405 -286 558 -85 123 160 66 396 -115 482 -77 37 -176 42 -251 15z"/>
|
||||
<path d="M955 382 c7 -48 39 -109 77 -149 71 -74 229 -102 357 -62 80 26 149
|
||||
91 174 164 32 93 59 85 -299 84 l-315 0 6 -37z"/>
|
||||
</g>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 1.2 KiB |
@@ -31,14 +31,17 @@ iframe:focus, [href]:focus, [tabindex]:focus, [contentEditable=true]:focus {
|
||||
.usa-header--extended {
|
||||
.usa-logo {
|
||||
font-family: family("sans");
|
||||
margin: units(2) 0 units(1);
|
||||
margin: units(3) 0;
|
||||
@include at-media-max('desktop') {
|
||||
margin: units(4) 0 units(4) units(2);
|
||||
}
|
||||
img {
|
||||
height: 35px;
|
||||
@include at-media('desktop') {
|
||||
height: 60px;
|
||||
a {
|
||||
display: flex;
|
||||
img {
|
||||
height: 35px;
|
||||
@include at-media('desktop') {
|
||||
height: 60px;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -76,7 +76,7 @@
|
||||
{% endif %}
|
||||
{% endfor %}
|
||||
</ul>
|
||||
<div class="usa-nav__secondary margin-bottom-5">
|
||||
<div class="usa-nav__secondary margin-bottom-6">
|
||||
<ul class="usa-nav__secondary-links">
|
||||
{% for item in params.secondaryNavigation %}
|
||||
{% if item.href and item.text %}
|
||||
|
||||