Удален макет для альбомов
This commit is contained in:
17
source/_assets/index/social.scss
Normal file
17
source/_assets/index/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.25em 0.5em;
|
||||
font-size: 180%;
|
||||
}
|
||||
|
||||
&__link {
|
||||
color: inherit;
|
||||
}
|
||||
}
|
@ -13,7 +13,7 @@
|
||||
}
|
||||
}
|
||||
|
||||
@import '../components/social';
|
||||
@import 'social';
|
||||
}
|
||||
|
||||
.hello {
|
||||
|
Reference in New Issue
Block a user