@ -67,12 +67,13 @@
.ui.text.container {
display: block;
font-family: @textFontFamily;
max-width: @textWidth !important;
line-height: @textLineHeight;
}
.ui.text.container p {
font-size: @textParagraphSize;
line-height: @textParagraphLineHeight;
@ -27,6 +27,8 @@
Types
--------------------*/
/* Text */
@textWidth: 700px;
@textParagraphSize: @large;
@textParagraphLineHeight: 1.5;
@textFontFamily: @pageFont;
@textLineHeight: 1.5;