seo audit

This commit is contained in:
Tessier
2020-10-16 17:32:29 +02:00
parent 1f5ac9589e
commit 5ffbf42754
4 changed files with 12 additions and 9 deletions
@@ -33,10 +33,10 @@
cursor:pointer;
text-transform: uppercase;
transition: background 0.3s ease, color 0.3s ease;
background: white;
a{
color: black;
text-transform: inherit;
background: white;
}
&:hover{
background:black;
@@ -65,6 +65,9 @@
}
.thumbnails{
margin-bottom: 5rem;
img{
background: yellow;
}
}
}
}