removed duplicated carbon calulator. finessing the calculations

This commit is contained in:
Calvin Jhunjhnuwala
2020-08-26 14:18:27 -07:00
parent 73f5fc5f89
commit 120b8c1663
6 changed files with 19 additions and 344 deletions

View File

@@ -1,10 +1,10 @@
$base-size = 1rem;
$base-size: 1rem;
// Font Settings ===============================================================
body {
// font-feature-settings: "liga", "kern";
text-rendering: optimizeLegibility;
-webkit-font-smoothing: antialiased;
font-size: 1rem;
font-size: $base-size;
background: #000;
background-color: #000;
line-height: 1.5;