Moved css files

This commit is contained in:
2020-08-14 17:23:38 +02:00
parent 4c38512038
commit a9bbfcf82c
7 changed files with 2 additions and 2 deletions
+11
View File
@@ -0,0 +1,11 @@
.nav {
height: 64px;
}
.centered {
min-height: calc(100vh - 64px);
}
.tag {
@apply italic font-semibold text-sm bg-teal-500 text-gray-900 rounded-full py-1 px-2 align-middle;
}