mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-09-09 00:53:13 -04:00
Using a PNG instead of an SVG for the main logo as it was noted the SVG's font looked pixelated. I also changed the color of the text on the home page as well as its responsive size.
This commit is contained in:
BIN
app/assets/images/notify-logo.png
Normal file
BIN
app/assets/images/notify-logo.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 21 KiB |
@@ -81,6 +81,13 @@ h1 {
|
|||||||
font-weight: bold !important;
|
font-weight: bold !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.usa-section--dark h1 {
|
||||||
|
color: color('blue-30v');
|
||||||
|
@include at-media-max('desktop') {
|
||||||
|
font-size: size("body", 12);
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
p,
|
p,
|
||||||
.list li {
|
.list li {
|
||||||
font-family: family("sans");
|
font-family: family("sans");
|
||||||
|
|||||||
@@ -50,7 +50,7 @@
|
|||||||
<div class="logo-img display-flex">
|
<div class="logo-img display-flex">
|
||||||
<a href="/">
|
<a href="/">
|
||||||
<span class="usa-sr-only">Notify.gov logo</span>
|
<span class="usa-sr-only">Notify.gov logo</span>
|
||||||
<image src="{{ params.assetsPath | default('/static/images') }}/notify-logo.svg" alt="Notify.gov logo" xlink:href=""
|
<image src="{{ params.assetsPath | default('/static/images') }}/notify-logo.png" alt="Notify.gov logo" xlink:href=""
|
||||||
class="usa-flag-logo margin-right-1"></image>
|
class="usa-flag-logo margin-right-1"></image>
|
||||||
</a>
|
</a>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
Reference in New Issue
Block a user