Skip to content

Commit c99d7f0

Browse files
FelicianoTechsmart-alek
authored andcommitted
Fix blank white line below footer. (circleci#2057)
1 parent 50a7fa2 commit c99d7f0

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

jekyll/assets/css/main.scss

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -345,3 +345,8 @@ code {
345345
display: grid;
346346
grid-template-columns: 50% 50%;
347347
}
348+
349+
/* A fix for https://github.com/circleci/circleci-docs/issues/1978 */
350+
body > img:last-of-type{
351+
display: none;
352+
}

0 commit comments

Comments
 (0)