Switch to SVG logo.
Will look better on mobile.
This commit is contained in:
parent
cea24db788
commit
5e95851b83
4 changed files with 192 additions and 5 deletions
|
@ -152,10 +152,8 @@ h3 { margin-top: .6em; margin-bottom: .4em; }
|
||||||
}
|
}
|
||||||
#logobutton {
|
#logobutton {
|
||||||
display: block;
|
display: block;
|
||||||
margin: 0;
|
height: 103px;
|
||||||
padding: 0;
|
background: url(/img/conservancy-header.svg) no-repeat;
|
||||||
height: 120px;
|
|
||||||
background: url(/img/conservancy-header.png) no-repeat;
|
|
||||||
background-size: contain;
|
background-size: contain;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Binary file not shown.
Before Width: | Height: | Size: 25 KiB |
189
www/conservancy/static/img/conservancy-header.svg
Normal file
189
www/conservancy/static/img/conservancy-header.svg
Normal file
File diff suppressed because one or more lines are too long
After Width: | Height: | Size: 38 KiB |
|
@ -31,7 +31,7 @@
|
||||||
<div class="flex-ns" style="max-width: 1140px; margin: 0 auto;">
|
<div class="flex-ns" style="max-width: 1140px; margin: 0 auto;">
|
||||||
<div class="w-70-ns">
|
<div class="w-70-ns">
|
||||||
<h1 id="conservancyheader">
|
<h1 id="conservancyheader">
|
||||||
<a id="logobutton" href="/">Software Freedom Conservancy</a>
|
<a id="logobutton" class="ma2" href="/">Software Freedom Conservancy</a>
|
||||||
</h1>
|
</h1>
|
||||||
</div>
|
</div>
|
||||||
<div class="w-30-ns mt2 mb4 mt5-ns mh2 flex" style="justify-content: center;">
|
<div class="w-30-ns mt2 mb4 mt5-ns mh2 flex" style="justify-content: center;">
|
||||||
|
|
Loading…
Reference in a new issue