Skip to content
Snippets Groups Projects
Commit c4856e6f authored by Dmitriy Zaporozhets's avatar Dmitriy Zaporozhets
Browse files

Semibold headers

parent a28bc409
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -90,7 +90,6 @@
@mixin page-title {
color: $style_color;
font-size: 20px;
font-weight: normal;
line-height: 1.5;
margin-top: 0px;
margin-bottom: 15px;
Loading
Loading
Loading
Loading
@@ -2,6 +2,10 @@
* Headers
*
*/
h1, h2, h3, h4, h5, h6 {
font-weight: 500;
line-height: 1.1;
}
 
h1.page-title {
@include page-title;
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment