Skip to content

Commit

Permalink
Apply word-spacing - return - #7
Browse files Browse the repository at this point in the history
  • Loading branch information
Raul-vlb committed Nov 24, 2021
1 parent 47a3c3e commit aeba46c
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion themes/its-rio/assets/sass/its.scss
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,10 @@ body {
background-color: #eee;
}

h1, h2, h3, h4, h5, h6 {
word-spacing: -5px;
}

h2 {
font-weight: bold;
font-size: 24px;
Expand Down Expand Up @@ -170,7 +174,6 @@ h2.list-title small {

h3 {
line-height: 1.5;
word-spacing: -5px;
}

.line {
Expand Down

0 comments on commit aeba46c

Please sign in to comment.