Добавлена страница с альбомами
This commit is contained in:
Makefile
app/config
source
webpack.config.js
8
source/_assets/layout_album/style.scss
Normal file
8
source/_assets/layout_album/style.scss
Normal file
@@ -0,0 +1,8 @@
|
||||
@import '../vars';
|
||||
@import '../base_style';
|
||||
|
||||
.album-content {
|
||||
img {
|
||||
max-width: 100%;
|
||||
}
|
||||
}
|
@@ -1,6 +1,7 @@
|
||||
.navigation {
|
||||
display: block;
|
||||
border-bottom: 1px solid #eee;
|
||||
margin-bottom: 1em;
|
||||
|
||||
&__actions {
|
||||
list-style: none;
|
||||
@@ -13,6 +14,7 @@
|
||||
margin: {
|
||||
top: 1em;
|
||||
bottom: 1em;
|
||||
right: 1em;
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user