We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 01995b1 commit 6bc4023Copy full SHA for 6bc4023
1 file changed
assets/css/beautifuljekyll.css
@@ -425,7 +425,10 @@ footer a:focus {
425
footer .list-inline {
426
margin: 0;
427
padding: 0;
428
- margin-bottom: 1.875rem;
+ margin-bottom: 1.375rem;
429
+}
430
+footer .list-inline .list-inline-item {
431
+ margin-bottom: 0.5rem;
432
}
433
footer .copyright {
434
font-family: var(--header-font);
@@ -822,6 +825,8 @@ nav.top-nav-short-permanent ~ header > .intro-header.big-img {
822
825
823
826
table {
824
827
828
+ overflow-x: auto;
829
+ display: block;
830
831
table tr {
832
border-top: 1px solid #cccccc;
0 commit comments