19 lines
188 B
CSS
19 lines
188 B
CSS
@import "tailwindcss";
|
|
|
|
#search-container {
|
|
text-align: center;
|
|
}
|
|
|
|
#search_term {
|
|
width: 60vw;
|
|
font-size: 2vh;
|
|
}
|
|
|
|
#clear {
|
|
font-size: 2vh;
|
|
}
|
|
|
|
#games-container{
|
|
font-size: 2vh;
|
|
}
|