💻 | Working on review

This commit is contained in:
2021-03-28 13:06:16 +02:00
parent 17e904e74a
commit 02534e8520
22 changed files with 855 additions and 907 deletions

View File

@@ -1,3 +1,5 @@
@import url('https://fonts.googleapis.com/css2?family=Raleway&display=swap');
.icon {
transform: translate(3px, -3px);
z-index: 1;
@@ -13,6 +15,7 @@ body {
* {
@apply select-none outline-none;
font-family: 'Raleway', sans-serif;
}
.nuxt-content-editor {

View File

@@ -1,6 +0,0 @@
@import url('https://fonts.googleapis.com/css2?family=Raleway&display=swap');
@import "./style.scss";
@tailwind base;
@tailwind components;
@tailwind utilities;