Skip to content

Commit 1f23949

Browse files
committed
fixed styling
1 parent a6408c9 commit 1f23949

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

_includes/hero.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<div id="home-hero">
44
<div class="container">
55
<div class="bubble">
6-
<img src="/images/code-example.svg" class="visible-lg-block" alt="code example">
6+
<img src="/images/code-example.svg" class="code-example visible-lg-block" alt="code example">
77

88
<h1>PHP Testing for <br>everyone<span class="blue">_</span></h1>
99

@@ -19,8 +19,8 @@ <h1>PHP Testing for <br>everyone<span class="blue">_</span></h1>
1919
Support</a>
2020
</div> <!-- /.row -->
2121
</div>
22-
<div class="text-left" style="text-align:left">
23-
<a href="http://longhornphp.com" target="_blank"><img src="/images/longhornphp.jpg" alt="Longhorn PHP Conference"></a>
22+
<div class="text-left">
23+
<a href="http://longhornphp.com" target="_blank"><img style="width: 100%;" src="/images/longhornphp.jpg" alt="Longhorn PHP Conference"></a>
2424
</div>
2525
</div>
2626
</div>

_scss/_main.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@ body #home-hero h1 {
131131
margin-bottom: 50px;
132132
}
133133

134-
#home-hero img {
134+
#home-hero img.code-example {
135135
position: relative;
136136
top: -7px;
137137
float: right;

0 commit comments

Comments
 (0)