Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions _includes/cloudways.html
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
<a href="https://platform.cloudways.com/signup?id=1026022&data1=bw&coupon=DAVERT" rel="nofollow noreferrer" target="_blank">
<img src="/images/cloudways/banner2.jpg" style="width: 100%; margin-bottom: 20px; float: none; clear: both;" width="950" />
<a href="https://platform.cloudways.com/signup?id=1026022&data1=bw&coupon=DAVERT" class="cloud-banner" rel="nofollow noreferrer" target="_blank">
<img src="/images/cloudways/banner2.jpg" alt="cloudways"/>
</a>
6 changes: 3 additions & 3 deletions _includes/hero.html
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,9 @@ <h1>PHP Testing for <br>everyone<span class="blue">_</span></h1>
</div> <!-- /.row -->
<div>
</div>
<div class="row" style="margin-top: 40px; text-align: center; width: 100%;">
{% include cloudways.html %}
</div>
<div style="margin-top: 40px; width: 100%;">
{% include cloudways.html %}
</div>
</div>
</div>
</div>
Expand Down
11 changes: 11 additions & 0 deletions _scss/_main.scss
Original file line number Diff line number Diff line change
Expand Up @@ -1716,3 +1716,14 @@ body #footer .links {
}
}
}

.cloud-banner {
width: 100%;
img {
float: none !important;
top: 0 !important;
width: 100% !important;
margin-left: 0 !important;
margin-bottom: 20px;
}
}