Rewrite index page

This commit is contained in:
2018-06-24 15:28:09 +03:00
parent adff4807dd
commit 071b4f6904
8 changed files with 76 additions and 48 deletions

View 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;
}
}