Commit 4e55dd5f authored by Dmitriy Zaporozhets's avatar Dmitriy Zaporozhets

Change page-title font/color

Signed-off-by: default avatarDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
parent 4656ef95
......@@ -14,6 +14,7 @@ h2.page-title {
h3.page-title {
@include page-title;
font-size: 22px;
}
h6 {
......
......@@ -117,11 +117,11 @@
}
@mixin page-title {
color: #333;
font-size: 20px;
color: #555;
line-height: 1.5;
font-weight: normal;
margin-top: 0px;
margin-bottom: 15px;
margin-bottom: 10px;
}
@mixin str-truncated($max_width: "82%") {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment