Skip to content

Commit 944f6aa

Browse files
committed
remove inline styles
1 parent 9732c41 commit 944f6aa

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

Diff for: _includes/hero.html

+1-5
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,7 @@
66
<div class="container">
77
<div class="bubble">
88

9-
<img src="/images/code-example.svg" class="visible-lg-block" style="float: right;
10-
width: 400px;
11-
box-shadow: 7px 8px 19px #3333331a;
12-
border-radius: 5px;
13-
margin-left: 10px;" alt="">
9+
<img src="/images/code-example.svg" class="visible-lg-block" alt="code example">
1410

1511
<h1>PHP Testing for <br>everyone<span class="blue">_</span></h1>
1612

Diff for: css/codeception.css

+5-1
Original file line numberDiff line numberDiff line change
@@ -123,6 +123,11 @@ body #home-hero h1 {
123123
#home-hero img{
124124
position:relative;
125125
top:-7px;
126+
float: right;
127+
width: 400px;
128+
box-shadow: 7px 8px 19px #3333331a;
129+
border-radius: 5px;
130+
margin-left: 10px;
126131
}
127132

128133
body .panel>.panel-collapse {
@@ -514,7 +519,6 @@ body .hero h1 {
514519
margin: 150px auto 0 auto;
515520
font-size: 18px;
516521
line-height: 160%;
517-
518522
}
519523

520524
.btn-install {

0 commit comments

Comments
 (0)