Skip to content

Commit

Permalink
Merge pull request #100 from casper-network/small-css-improvement
Browse files Browse the repository at this point in the history
MODIFIED: small css improvement for articles
  • Loading branch information
sd-ditoy authored Aug 21, 2024
2 parents 1401921 + 8c60be9 commit 403d419
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions src/assets/scss/app.scss
Original file line number Diff line number Diff line change
Expand Up @@ -5,19 +5,20 @@
@import './forms.scss';
@import './utils.scss';

html {
overflow-x: hidden;
}
html, body {
font-family: $font-name;
font-size: 16px;
margin: 0;
padding: 0;
box-sizing: border-box;
background-color: var(--color-lighthouse);
overflow-x: hidden;

&.no-scroll {
overflow: hidden;
}

&.hide-x {
}
}
Expand Down

0 comments on commit 403d419

Please sign in to comment.