mirror of
https://git.adityakumar.xyz/hugo-theme-introduction.git
synced 2024-11-08 22:49:44 +00:00
add a bit of space between social icons
This commit is contained in:
parent
31463b9429
commit
99fb3d499a
2 changed files with 4 additions and 0 deletions
|
@ -100,6 +100,8 @@ hr
|
||||||
|
|
||||||
.social-icons
|
.social-icons
|
||||||
padding: 0 10px
|
padding: 0 10px
|
||||||
|
a
|
||||||
|
margin: 0 5px
|
||||||
|
|
||||||
.icon
|
.icon
|
||||||
height: 2rem
|
height: 2rem
|
||||||
|
|
|
@ -7166,6 +7166,8 @@ hr {
|
||||||
|
|
||||||
.social-icons {
|
.social-icons {
|
||||||
padding: 0 10px; }
|
padding: 0 10px; }
|
||||||
|
.social-icons a {
|
||||||
|
margin: 0 5px; }
|
||||||
|
|
||||||
.icon {
|
.icon {
|
||||||
height: 2rem;
|
height: 2rem;
|
||||||
|
|
Loading…
Reference in a new issue