commit: f8bd44a747c05fbc1567091d47c824db8c73cf00
parent: 87667e371c094e93cd66ce7f6dce05a44899cafd
Author: Eugen Rochko <eugen@zeonfederated.com>
Date: Thu, 26 Jan 2017 23:34:40 +0100
Fix font weight
Diffstat:
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/app/assets/stylesheets/components.scss b/app/assets/stylesheets/components.scss
@@ -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 {