More colors!

This commit is contained in:
Bingus_Violet 2024-02-13 09:11:34 -06:00
parent 9191de9bc1
commit 9b5e4d093b
3 changed files with 23 additions and 10 deletions

View file

@ -55,7 +55,7 @@ h3 {
padding: 10px;
}
@media screen and (min-width: 450px) {
@media screen and (min-width: 650px) {
.grid-container {
display: grid;
grid-template-columns: 1fr 1fr;
@ -90,6 +90,10 @@ h3 {
text-decoration: none;
}
/* span {
text-decoration: none;
} */
.chip:hover {
background-color: rgb(10, 0, 25);
transform: scale(1);