Удален макет для альбомов

This commit is contained in:
2019-08-30 11:11:49 +03:00
parent 8d0cabf6fb
commit 737e2e5331
8 changed files with 80 additions and 107 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.25em 0.5em;
font-size: 180%;
}
&__link {
color: inherit;
}
}

View File

@ -13,7 +13,7 @@
}
}
@import '../components/social';
@import 'social';
}
.hello {