Skip to content

Commit 3743b6b

Browse files
authored
update social block (Codeception#379)
1 parent 31a0642 commit 3743b6b

3 files changed

Lines changed: 6 additions & 2 deletions

File tree

_layouts/bootstrap.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -161,7 +161,7 @@ <h4>Modules</h4>
161161
</ul>
162162
</li>
163163

164-
<li class="hidden-xs">
164+
<li class="hidden-xs social-link-first">
165165
<a href="https://twitter.com/codeception" class="social-link">
166166
<svg height="512pt" viewBox="0 0 512 512" width="512pt" xmlns="http://www.w3.org/2000/svg"><path d="M256 0C114.637 0 0 114.637 0 256s114.637 256 256 256 256-114.637 256-256S397.363 0 256 0zm116.887 199.602c.113 2.52.168 5.05.168 7.593 0 77.645-59.102 167.18-167.184 167.184h.004-.004c-33.184 0-64.062-9.727-90.066-26.395 4.597.543 9.277.813 14.015.813 27.532 0 52.868-9.39 72.98-25.152-25.722-.477-47.41-17.465-54.894-40.813a58.481 58.481 0 0011.043 1.063c5.363 0 10.559-.723 15.496-2.07-26.886-5.384-47.14-29.145-47.14-57.598 0-.266 0-.504.007-.75a58.354 58.354 0 0026.614 7.347c-15.778-10.527-26.149-28.523-26.149-48.91a58.597 58.597 0 017.957-29.535c28.977 35.555 72.282 58.937 121.118 61.394a58.708 58.708 0 01-1.528-13.398c0-32.437 26.317-58.754 58.766-58.754 16.902 0 32.168 7.145 42.89 18.567a117.855 117.855 0 0037.313-14.262c-4.395 13.715-13.707 25.222-25.84 32.5 11.887-1.422 23.215-4.574 33.742-9.254a119.412 119.412 0 01-29.308 30.43zm0 0"/></svg>
167167
</a>

css/style.css

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1192,6 +1192,10 @@ body .panel-info>.panel-heading a {
11921192
padding: 5px 5px 0 0 !important;
11931193
}
11941194

1195+
.social-link-first {
1196+
margin-left: 5px;
1197+
}
1198+
11951199
.social-link img,
11961200
.social-link svg {
11971201
height: 35px;

0 commit comments

Comments
 (0)