Update tags, expertise and descriptions across

Fix anything that was a bit out of place
This commit is contained in:
Angelos Chalaris
2020-03-05 22:52:51 +02:00
parent e536c78974
commit 7e69307433
47 changed files with 114 additions and 121 deletions

View File

@ -49,7 +49,8 @@ li a::before {
transition: transform 0.5s ease-in-out;
}
li a:hover::before, li a:focus::before {
li a:hover::before,
li a:focus::before {
transform: scale(1);
}
```