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
path: root/assets
diff options
context:
space:
mode:
authorserg <contact@sergfurtak.com>2021-05-13 22:36:17 +0300
committerserg <contact@sergfurtak.com>2021-05-13 22:36:17 +0300
commitacaa8f1957e12fbd2ad872c2fcf0eaac3ed5c016 (patch)
tree9cc4c53302110dc7cd3c668accb34863a856128c /assets
parent3d8956046b6e98bac0dc2d3325799fd123be7262 (diff)
fix weird size issue for responsive project images in safari
Signed-off-by: serg <contact@sergfurtak.com>
Diffstat (limited to 'assets')
-rw-r--r--assets/scss/_base.scss7
1 files changed, 2 insertions, 5 deletions
diff --git a/assets/scss/_base.scss b/assets/scss/_base.scss
index 44883bb..fc1d794 100644
--- a/assets/scss/_base.scss
+++ b/assets/scss/_base.scss
@@ -1,9 +1,6 @@
-html {
- font-size: 62.5%; //10px
-}
-
body {
font-family: $text-font;
+ font-size: 62.5%; //10px if default browser font equals to 16px
line-height: 1.5;
background: $background-color;
color: $text-color;
@@ -26,4 +23,4 @@ a {
ul {
list-style: none;
-} \ No newline at end of file
+}