More colors!
This commit is contained in:
parent
9191de9bc1
commit
9b5e4d093b
3 changed files with 23 additions and 10 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue