Skip to content

Commit 5663d80

Browse files
committed
Fix header item border.
1 parent 7e7cb96 commit 5663d80

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

_layouts/fomantic.liquid

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
/* fomantic overrides */
2323
html { scroll-padding-top: 5em; }
2424
.ui.main.container { margin-top: 7em; }
25-
.ui.top.menu .header.item { border: none; padding-left: 0; }
25+
.ui.top.menu .header.item { border: none !important; padding-left: 0; }
2626
.ui.top.menu .header.item > span { font-size: 150%; }
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; }

0 commit comments

Comments
 (0)