Skip to content

Commit

Permalink
fixed button number pages
Browse files Browse the repository at this point in the history
  • Loading branch information
dimamurugov committed May 18, 2020
1 parent 65d7e47 commit bbcabf3
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions pages/stories/index.vue
Original file line number Diff line number Diff line change
Expand Up @@ -151,6 +151,7 @@ export default {
font-size: 18px;
line-height: 22px;
}
@media screen and (max-width: 1279px) {
.stories-page__container {
padding: 90px 50px;
Expand Down Expand Up @@ -210,6 +211,9 @@ export default {
.stories-page__space {
width: calc(100% - 131px);
}
.stories-page__element-list:nth-child(n + 5) {
display: none;
}
}
@media screen and (max-width: 455px) {
.stories-page__container {
Expand Down

0 comments on commit bbcabf3

Please sign in to comment.