Skip to content

Commit 8117a19

Browse files
authored
navbar alignment (Codeception#275)
1 parent 6a87f23 commit 8117a19

File tree

2 files changed

+8
-9
lines changed

2 files changed

+8
-9
lines changed

_layouts/bootstrap.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -184,7 +184,7 @@ <h4>Modules</h4>
184184
</li>
185185

186186
<li class="hidden-xs">
187-
<a href="https://opencollective.com/codeception/" class="social-link">
187+
<a href="https://opencollective.com/codeception/" class="social-link social-link--last">
188188
<svg width="256" height="256" viewBox="0 0 256 256" xmlns="http://www.w3.org/2000/svg" preserveAspectRatio="xMidYMid"><path d="M209.765 128.15c0 16.013-4.9 31.34-13.266 44.575l33.447 33.447a128.918 128.918 0 0025.783-77.35c0-29.265-9.754-55.751-26.47-77.336l-32.776 32.729a79.442 79.442 0 0113.267 43.888l.015.047z"/><path d="M127.513 210.355c-45.367-.086-82.125-36.838-82.22-82.205.069-45.386 36.835-82.166 82.22-82.252 16.732 0 32.058 4.901 44.607 13.267l32.744-32.776A128.965 128.965 0 00127.514.636C57.123.636 0 57.76 0 128.15c0 70.359 57.124 127.513 127.513 127.513a125.126 125.126 0 0077.351-26.501l-33.447-33.431c-11.861 9.754-27.157 14.624-43.904 14.624z"/></svg>
189189
</a>
190190
</li>

css/codeception.css

Lines changed: 7 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1040,10 +1040,6 @@ body .panel-info>.panel-heading {
10401040
display: flex;
10411041
align-items: center;
10421042
}
1043-
1044-
.navbar>.container-fluid .navbar-brand {
1045-
margin-left: -5px;
1046-
}
10471043
}
10481044

10491045
.hero--symfony img {
@@ -1165,8 +1161,8 @@ body .panel-info>.panel-heading {
11651161

11661162
.social-link img,
11671163
.social-link svg {
1168-
height: 40px;
1169-
width: 40px;
1164+
height: 35px;
1165+
width: 35px;
11701166
float: right;
11711167
}
11721168

@@ -1380,7 +1376,6 @@ body #footer .links {
13801376

13811377
.navbar-right {
13821378
float: right !important;
1383-
display: block;
13841379
}
13851380

13861381
#footer .social {
@@ -1536,6 +1531,10 @@ body #footer .links {
15361531
margin-top: 1.5em;
15371532
margin-right: 2.5em;
15381533
}
1534+
1535+
.social-link--last {
1536+
margin-right: 10px;
1537+
}
15391538
}
15401539

15411540
.github-repository {
@@ -1548,4 +1547,4 @@ body #footer .links {
15481547
height: 52px;
15491548
margin-right: 6px;
15501549
fill: #666666;
1551-
}
1550+
}

0 commit comments

Comments
 (0)