Skip to content

Commit a4a5fd2

Browse files
authored
update sponsors block styles (Codeception#435)
1 parent 0e0ae18 commit a4a5fd2

File tree

3 files changed

+15
-2
lines changed

3 files changed

+15
-2
lines changed

_includes/sponsors.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<div class="support-wrapper sponsors-wrapper">
1+
<div class="sponsors-wrapper">
22
<div class="container">
33
<div class="row">
44
<div class="col-sm-12 col-md-offset-3 col-md-6 text-center">

css/style.css

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1918,6 +1918,19 @@ p code, li code {
19181918
text-decoration: none;
19191919
}
19201920

1921+
.sponsors-wrapper .container {
1922+
padding-bottom: 50px;
1923+
}
1924+
1925+
.sponsors-wrapper h4 {
1926+
margin-top: 40px;
1927+
margin-bottom: 15px;
1928+
}
1929+
1930+
.sponsors-wrapper h3 {
1931+
margin-bottom: 15px;
1932+
}
1933+
19211934
.partners-block {
19221935
font-size: 18px;
19231936
margin-bottom: 30px;

0 commit comments

Comments
 (0)