Browse Source

Fix header using wrong @medium value

flex-list
jlukic 9 years ago
parent
commit
1568c5329d
1 changed files with 1 additions and 1 deletions
  1. 2
      src/definitions/elements/header.less

2
src/definitions/elements/header.less

@ -703,7 +703,7 @@ a.ui.inverted.grey.header:hover {
--------------------*/
.ui.header:not(h1):not(h2):not(h3):not(h4):not(h5):not(h6) {
font-size: @medium;
font-size: @mediumFontSize;
}
.loadUIOverrides();
Loading…
Cancel
Save