sprites relative positioning

This commit is contained in:
2023-04-19 13:47:14 +02:00
parent 06cbfc78fc
commit a14c56092c
5 changed files with 12 additions and 16 deletions

View File

@ -2,4 +2,6 @@
@import "tailwindcss/components";
@import "tailwindcss/utilities";
/* This file is for your main application CSS */
body {
@apply overflow-hidden;
}