Skip to content

Commit 6bc4023

Browse files
Deploy site from 856afbf
1 parent 01995b1 commit 6bc4023

1 file changed

Lines changed: 6 additions & 1 deletion

File tree

assets/css/beautifuljekyll.css

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -425,7 +425,10 @@ footer a:focus {
425425
footer .list-inline {
426426
margin: 0;
427427
padding: 0;
428-
margin-bottom: 1.875rem;
428+
margin-bottom: 1.375rem;
429+
}
430+
footer .list-inline .list-inline-item {
431+
margin-bottom: 0.5rem;
429432
}
430433
footer .copyright {
431434
font-family: var(--header-font);
@@ -822,6 +825,8 @@ nav.top-nav-short-permanent ~ header > .intro-header.big-img {
822825

823826
table {
824827
padding: 0;
828+
overflow-x: auto;
829+
display: block;
825830
}
826831
table tr {
827832
border-top: 1px solid #cccccc;

0 commit comments

Comments
 (0)