Fixed spacing for nav icons
This commit is contained in:
@@ -3,7 +3,7 @@
|
|||||||
transition: all .4s ease;
|
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;
|
color: inherit;
|
||||||
transition: all .4s ease;
|
transition: all .4s ease;
|
||||||
background-color: inherit;
|
background-color: inherit;
|
||||||
@@ -22,3 +22,7 @@ div.card-body{
|
|||||||
.my-2 > a {
|
.my-2 > a {
|
||||||
padding-right: .5em;
|
padding-right: .5em;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
header nav svg{
|
||||||
|
margin-right: .4em
|
||||||
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user