Skip to content

Commit

Permalink
Refactor: scss to css File Watcher
Browse files Browse the repository at this point in the history
  • Loading branch information
Fahri Meral committed Jan 9, 2023
1 parent cab5891 commit d42ac63
Show file tree
Hide file tree
Showing 5 changed files with 2,166 additions and 1,234 deletions.
12 changes: 6 additions & 6 deletions src/assets/css/scss/style.scss
Original file line number Diff line number Diff line change
Expand Up @@ -395,22 +395,22 @@ th {
font-size: 12px;
}
h1 {
font-size: calc(27.85438995234061px +18.56959 *((100vw - 600px) / 540));
font-size: calc(27.85438995234061px + 18.56959 *((100vw - 600px) / 540));
}
h2 {
font-size: calc(23.53700340860508px +15.69134 *((100vw - 600px) / 540));
font-size: calc(23.53700340860508px + 15.69134 *((100vw - 600px) / 540));
}
h3 {
font-size: calc(19.888804974891777px +13.2592 *((100vw - 600px) / 540));
font-size: calc(19.888804974891777px + 13.2592 *((100vw - 600px) / 540));
}
h4 {
font-size: calc(16.806071548796314px +11.20405 *((100vw - 600px) / 540));
font-size: calc(16.806071548796314px + 11.20405 *((100vw - 600px) / 540));
}
h5 {
font-size: calc(14.201156945318074px +9.46744 *((100vw - 600px) / 540));
font-size: calc(14.201156945318074px + 9.46744 *((100vw - 600px) / 540));
}
h6 {
font-size: calc(12px +8 *((100vw - 600px) / 540));
font-size: calc(12px + 8 *((100vw - 600px) / 540));
}
}
abbr {
Expand Down
Loading

0 comments on commit d42ac63

Please sign in to comment.