Commit 4e55dd5f1447d3050b3a683d0e5e131946ccedc0

Authored by Dmitriy Zaporozhets
1 parent 4656ef95

Change page-title font/color

Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
app/assets/stylesheets/generic/typography.scss
... ... @@ -14,6 +14,7 @@ h2.page-title {
14 14  
15 15 h3.page-title {
16 16 @include page-title;
  17 + font-size: 22px;
17 18 }
18 19  
19 20 h6 {
... ...
app/assets/stylesheets/main/mixins.scss
... ... @@ -117,11 +117,11 @@
117 117 }
118 118  
119 119 @mixin page-title {
120   - color: #333;
121   - font-size: 20px;
  120 + color: #555;
122 121 line-height: 1.5;
  122 + font-weight: normal;
123 123 margin-top: 0px;
124   - margin-bottom: 15px;
  124 + margin-bottom: 10px;
125 125 }
126 126  
127 127 @mixin str-truncated($max_width: "82%") {
... ...