Force scaling of width for banner.
The banner should scale with the width of the window.
This commit is contained in:
parent
aa0f8b1c74
commit
870d25d9e3
2 changed files with 6 additions and 1 deletions
|
@ -49,3 +49,8 @@ img.appeal {
|
||||||
float: left;
|
float: left;
|
||||||
padding-right: 40px;
|
padding-right: 40px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
img.appeal-header {
|
||||||
|
max-width: 100%;
|
||||||
|
height: auto;
|
||||||
|
}
|
|
@ -54,7 +54,7 @@ Other payment methods to become an annual supporter:
|
||||||
|
|
||||||
|
|
||||||
<div style="align:left;width:80%;">
|
<div style="align:left;width:80%;">
|
||||||
<h1><img alt="Become a Conservancy Supporter!" src="/img/conservancy-supporter-header.png"/></h1>
|
<h1><img class="appeal-header" alt="Become a Conservancy Supporter!" src="/img/conservancy-supporter-header.png"/></h1>
|
||||||
|
|
||||||
|
|
||||||
<p>Software Freedom Conservancy is an essential organization to free and
|
<p>Software Freedom Conservancy is an essential organization to free and
|
||||||
|
|
Loading…
Reference in a new issue