Skip to content

Commit

Permalink
updated /articles/tag/[tag] mobile version
Browse files Browse the repository at this point in the history
  • Loading branch information
oleksandr-dukhovnyy committed Dec 27, 2023
1 parent 13432d8 commit c8a2065
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 8 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "artline",
"version": "0.3.10",
"version": "0.3.11",
"private": true,
"author": "Oleksandr Dukhovnyy <[email protected]> (https://github.com/oleksandr-dukhovnyy)",
"scripts": {
Expand Down
12 changes: 5 additions & 7 deletions src/views/Tag.vue
Original file line number Diff line number Diff line change
Expand Up @@ -77,16 +77,14 @@
align-items: center;
}
.wrapper {
min-height: 83vh;
}
.tag {
width: 850px;
padding: $break;
@include view-wrapper;
&-header {
@include data-block;
background-color: #fff;
@include block-border-radius;
@include view-wrapper;
padding: $break 0;
Expand Down

0 comments on commit c8a2065

Please sign in to comment.