Skip to content

Commit

Permalink
fix padding in articles
Browse files Browse the repository at this point in the history
  • Loading branch information
filipslezaklab committed Oct 3, 2023
1 parent 958df69 commit 9e4a20f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion scss/pages/article.scss
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ main {
background-color: var(--main-background);
box-sizing: border-box;

padding: var(--spacing-l) 5px;
padding: var(--spacing-l);

@include media-breakpoint-up(lg) {
padding: 64px 146px 120px 146px;
Expand Down
2 changes: 1 addition & 1 deletion src/assets/css/pages/article.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 9e4a20f

Please sign in to comment.