Skip to content

Commit 68eb04f

Browse files
committed
Quick Start page, remove inline styles
1 parent 5c520e0 commit 68eb04f

File tree

2 files changed

+7
-3
lines changed

2 files changed

+7
-3
lines changed

css/codeception.css

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1124,4 +1124,10 @@ body .panel-info>.panel-heading {
11241124

11251125
.test-forum img{
11261126
height: 64px;
1127+
}
1128+
1129+
.hero--quickstart {
1130+
height: 50vh;
1131+
min-height: 700px;
1132+
margin-bottom: -400px;
11271133
}

quickstart.html

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,7 @@
44
---
55

66
</div></div>
7-
<div class="hero" style="height: 50vh;
8-
min-height: 700px;
9-
margin-bottom: -400px; ">
7+
<div class="hero hero--quickstart">
108

119
<div class="wide">
1210
<div class="container-fluid">

0 commit comments

Comments
 (0)