Fixed spacing for nav icons

This commit is contained in:
2020-12-30 18:41:08 -05:00
parent 5143162510
commit 746ee6e62a
2 changed files with 9 additions and 5 deletions
+6 -2
View File
@@ -3,7 +3,7 @@
transition: all .4s ease;
}
a:hover, button:hover, div.form-group:hover{
a:hover, button:hover, div.form-group:hover, header nav a{
color: inherit;
transition: all .4s ease;
background-color: inherit;
@@ -21,4 +21,8 @@ div.card-body{
.my-2 > a {
padding-right: .5em;
}
}
header nav svg{
margin-right: .4em
}