Skip to content

Commit 46fc6bd

Browse files
authored
Add margin-bottom to social media links (#1441)
1 parent 102b97f commit 46fc6bd

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

assets/css/beautifuljekyll.css

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -440,7 +440,10 @@ footer a:focus {
440440
footer .list-inline {
441441
margin: 0;
442442
padding: 0;
443-
margin-bottom: 1.875rem;
443+
margin-bottom: 1.375rem;
444+
}
445+
footer .list-inline .list-inline-item {
446+
margin-bottom: 0.5rem;
444447
}
445448
footer .copyright {
446449
font-family: var(--header-font);

0 commit comments

Comments
 (0)