Skip to content

Commit d55bdd8

Browse files
committed
addons page fix bottom indent
1 parent d4052c2 commit d55bdd8

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

Diff for: addons.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66

77

8-
<div class="container">
8+
<div class="container container--addons">
99

1010
<h1>Addons</h1>
1111

Diff for: css/codeception.css

+4
Original file line numberDiff line numberDiff line change
@@ -1048,3 +1048,7 @@ body .panel-info>.panel-heading {
10481048
.hero--wp .quiet{
10491049
color: #464646;
10501050
}
1051+
1052+
.container--addons {
1053+
margin-bottom: 1.5em;
1054+
}

0 commit comments

Comments
 (0)