Rewrite index page
This commit is contained in:
17
source/_assets/components/social.scss
Normal file
17
source/_assets/components/social.scss
Normal file
@ -0,0 +1,17 @@
|
||||
.social {
|
||||
list-style: none;
|
||||
padding: 0;
|
||||
margin: 3em 0;
|
||||
display: block;
|
||||
text-align: center;
|
||||
|
||||
&__item {
|
||||
display: inline-block;
|
||||
margin: 0 0.5em;
|
||||
font-size: 180%;
|
||||
}
|
||||
|
||||
&__link {
|
||||
color: inherit;
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user