banners: Improve CSS.
This commit is contained in:
parent
4ca51ec064
commit
54a8a83adb
1 changed files with 8 additions and 4 deletions
|
@ -12,7 +12,8 @@
|
||||||
|
|
||||||
<pre><code> <div style="margin: 0 auto; max-width: 1200px;">
|
<pre><code> <div style="margin: 0 auto; max-width: 1200px;">
|
||||||
<a href="https://sfconservancy.org/supporter">
|
<a href="https://sfconservancy.org/supporter">
|
||||||
<img src="https://sfconservancy.org/img/banners/2018-individual.jpg"
|
<img style="width: 100%;"
|
||||||
|
src="https://sfconservancy.org/img/banners/2018-individual.jpg"
|
||||||
alt="Conservancy is a proponent for community driven free software projects.
|
alt="Conservancy is a proponent for community driven free software projects.
|
||||||
Will you join me in supporting them? Donate today!">
|
Will you join me in supporting them? Donate today!">
|
||||||
</a>
|
</a>
|
||||||
|
@ -21,7 +22,8 @@
|
||||||
|
|
||||||
<div style="margin: 0 auto; max-width: 1200px;">
|
<div style="margin: 0 auto; max-width: 1200px;">
|
||||||
<a href="https://sfconservancy.org/supporter">
|
<a href="https://sfconservancy.org/supporter">
|
||||||
<img src="/img/banners/2018-individual.jpg"
|
<img style="width: 100%;"
|
||||||
|
src="/img/banners/2018-individual.jpg"
|
||||||
alt="Conservancy is a proponent for community driven free software projects.
|
alt="Conservancy is a proponent for community driven free software projects.
|
||||||
Will you join me in supporting them? Donate today!">
|
Will you join me in supporting them? Donate today!">
|
||||||
</a>
|
</a>
|
||||||
|
@ -31,7 +33,8 @@
|
||||||
|
|
||||||
<pre><code> <div style="margin: 0 auto; max-width: 1200px;">
|
<pre><code> <div style="margin: 0 auto; max-width: 1200px;">
|
||||||
<a href="https://sfconservancy.org/supporter">
|
<a href="https://sfconservancy.org/supporter">
|
||||||
<img src="https://sfconservancy.org/img/banners/2018-project.jpg"
|
<img style="width: 100%;"
|
||||||
|
src="https://sfconservancy.org/img/banners/2018-project.jpg"
|
||||||
alt="Conservancy helps make our work possible.
|
alt="Conservancy helps make our work possible.
|
||||||
Please donate to them today to support community-driven free software projects!"
|
Please donate to them today to support community-driven free software projects!"
|
||||||
</a>
|
</a>
|
||||||
|
@ -40,7 +43,8 @@
|
||||||
|
|
||||||
<div style="margin: 0 auto; max-width: 1200px;">
|
<div style="margin: 0 auto; max-width: 1200px;">
|
||||||
<a href="https://sfconservancy.org/supporter">
|
<a href="https://sfconservancy.org/supporter">
|
||||||
<img src="/img/banners/2018-project.jpg"
|
<img style="width: 100%;"
|
||||||
|
src="/img/banners/2018-project.jpg"
|
||||||
alt="Conservancy helps make our work possible.
|
alt="Conservancy helps make our work possible.
|
||||||
Please donate to them today to support community-driven free software projects!"
|
Please donate to them today to support community-driven free software projects!"
|
||||||
</a>
|
</a>
|
||||||
|
|
Loading…
Reference in a new issue