Replace Tailwind CSS with pure CSS for frontend

This commit is contained in:
2026-05-20 21:30:20 +02:00
parent 6e2c381d90
commit 12f18ba12c
4 changed files with 8 additions and 26 deletions
-18
View File
@@ -1,18 +0,0 @@
@import "tailwindcss";
#search-container {
text-align: center;
}
#search_term {
width: 60vw;
font-size: 2vh;
}
#clear {
font-size: 2vh;
}
#games-container{
font-size: 2vh;
}