21 lines
224 B
CSS
21 lines
224 B
CSS
@tailwind base;
|
|
@tailwind components;
|
|
@tailwind utilities;
|
|
|
|
#search-container {
|
|
text-align: center;
|
|
}
|
|
|
|
#search_term {
|
|
width: 60vw;
|
|
font-size: 2vh;
|
|
}
|
|
|
|
#clear {
|
|
font-size: 2vh;
|
|
}
|
|
|
|
#games-container{
|
|
font-size: 2vh;
|
|
}
|