Browse Source

Fix font weight

closed-social-glitch-2
Eugen Rochko 7 years ago
parent
commit
f8bd44a747
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      app/assets/stylesheets/components.scss

+ 2
- 2
app/assets/stylesheets/components.scss View File

@ -102,7 +102,7 @@
font-size: 15px;
line-height: 20px;
word-wrap: break-word;
font-weight: 300;
font-weight: 400;
overflow: hidden;
white-space: pre-wrap;
@ -177,7 +177,7 @@
.account__header__content {
word-wrap: break-word;
font-weight: 300;
font-weight: 400;
overflow: hidden;
p {

Loading…
Cancel
Save