Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
Darylxyx committed Feb 15, 2017
2 parents 3529f7e + 3266b5e commit cb74ace
Showing 1 changed file with 14 additions and 1 deletion.
15 changes: 14 additions & 1 deletion base.css
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,14 @@ a {
line-height: 150%;
}

.lh-170 {
line-height: 170%;
}

.lh-200 {
line-height: 200%;
}

.inline-block {
display: inline-block;
}
Expand Down Expand Up @@ -105,4 +113,9 @@ a {
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
}
}

.text-wrap {
word-wrap: break-word;
word-break: normal;
}

0 comments on commit cb74ace

Please sign in to comment.