diff options
author | Indrajith K L | 2022-09-03 04:38:12 +0530 |
---|---|---|
committer | Indrajith K L | 2022-09-03 04:38:12 +0530 |
commit | 9c7aa76cf8cf58137b18151aa70f64b4a71811b5 (patch) | |
tree | d875a25cb6860aee9193856f9212f607e664394b /src/css/styles.css | |
parent | e2a597a5efcd09f99b6e85620971c3e2fc50db12 (diff) | |
download | indrajith-dev-9c7aa76cf8cf58137b18151aa70f64b4a71811b5.tar.gz indrajith-dev-9c7aa76cf8cf58137b18151aa70f64b4a71811b5.tar.bz2 indrajith-dev-9c7aa76cf8cf58137b18151aa70f64b4a71811b5.zip |
Tailwind Build Process Changes
* Uses npm-run-all to manage build process
* Removed Concurrently
Style Fixes
Diffstat (limited to 'src/css/styles.css')
-rw-r--r-- | src/css/styles.css | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/src/css/styles.css b/src/css/styles.css index de570b1..e1bcf06 100644 --- a/src/css/styles.css +++ b/src/css/styles.css @@ -14,18 +14,6 @@ src: url(./fonts/PPSupplyMono-Ultralight.otf); } -* { - margin: 0; - box-sizing: border-box; -} - -html, -body { - display: flex; - flex-direction: column; - min-height: 100vh; -} - code[class*="language-"], pre[class*="language-"] { color: #657b83; /* base00 */ |