We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5c520e0 commit 68eb04fCopy full SHA for 68eb04f
css/codeception.css
@@ -1124,4 +1124,10 @@ body .panel-info>.panel-heading {
1124
1125
.test-forum img{
1126
height: 64px;
1127
+}
1128
+
1129
+.hero--quickstart {
1130
+ height: 50vh;
1131
+ min-height: 700px;
1132
+ margin-bottom: -400px;
1133
}
quickstart.html
@@ -4,9 +4,7 @@
4
---
5
6
</div></div>
7
-<div class="hero" style="height: 50vh;
8
- min-height: 700px;
9
- margin-bottom: -400px; ">
+<div class="hero hero--quickstart">
10
11
<div class="wide">
12
<div class="container-fluid">
0 commit comments