Skip to content

Commit 0bc5e99

Browse files
committed
Improve footer styles.
1 parent 3248d51 commit 0bc5e99

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

_layouts/fomantic.liquid

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@
2727
.ui.top.menu .header.item > img { margin-right: 1rem; }
2828
.ui.fitted.tab.segment > .ui.table { border-left: 0; border-top: 0; border-right: 0; margin-top: 0; }
2929
.ui.table th:empty { display: none; }
30+
.ui.basic.footer.segment { border-top: 1px solid rgba(34,36,38,.15); margin-top: 4em; padding-top: 2em; }
3031
/* RDF Font gets priority */
3132
i.rdf-icon-rdf.icon { font-family: 'rdf-font'; }
3233
</style>
@@ -106,7 +107,7 @@
106107
{{ content }}
107108
</div>
108109

109-
<div class="ui footer segment">
110+
<div class="ui basic footer segment">
110111
<div class="ui container">
111112
<p>Website content released under a
112113
<a href="https://creativecommons.org/about/cc0">Creative Commons CC0 Public Domain Dedication</a>

0 commit comments

Comments
 (0)