Created by: mikaelkael
In 2.1.0, default font size is 14px and line height 20px instead of 13px and 18px in 2.0.
To recover my old visual, I changed my variables.less with:
@baseFontSize: 13px;
@baseLineHeight: 18px;
If I do that, the .brand
and the <a>
tags in navbar are not centered. Furthermore the height of the anchors are too short of 2px.