Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/serg/yourfolio.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorserg <contact@sergfurtak.com>2020-11-17 00:29:47 +0300
committerSergey Furtak <contact@sergfurtak.com>2020-11-17 00:37:45 +0300
commit6aa205132f51a4c1399f4e8c6fdbdfe21655b3f2 (patch)
treeda58a37038d2dd29570a690ff74955a6737aadba
parentda08194b9927c324348ae77ea4186f2e6e1404b8 (diff)
use numeric value for weight of font in styles
-rw-r--r--assets/scss/_layout.scss2
-rw-r--r--assets/scss/app.scss2
2 files changed, 2 insertions, 2 deletions
diff --git a/assets/scss/_layout.scss b/assets/scss/_layout.scss
index 4fb5db0..e061dde 100644
--- a/assets/scss/_layout.scss
+++ b/assets/scss/_layout.scss
@@ -12,7 +12,7 @@
}
.bold-text {
- font-weight: bold;
+ font-weight: 700;
}
.transparent {
diff --git a/assets/scss/app.scss b/assets/scss/app.scss
index 8530760..b92b4f3 100644
--- a/assets/scss/app.scss
+++ b/assets/scss/app.scss
@@ -121,7 +121,7 @@
&-title {
max-height: 3.5em;
font-size: 2.8em;
- font-weight: bold;
+ font-weight: 700;
overflow: hidden;
}