Skip to content

Commit

Permalink
fix design (#62)
Browse files Browse the repository at this point in the history
Co-authored-by: Yehor Podporinov <[email protected]>
  • Loading branch information
yehor-podporinov and Yehor Podporinov committed Dec 18, 2023
1 parent 84d9eec commit 023a01e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion components/StatsPreview.vue
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ $z-index: 2;
}
}
.stats-preview__btn {
.stats-preview .stats-preview__btn {
position: relative;
z-index: $z-index;
display: grid;
Expand Down
1 change: 1 addition & 0 deletions pages/audits.vue
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@ const audits: Audit[] = [

<style lang="scss" scoped>
.audits-page {
flex-grow: 1;
background: var(--background-secondary-main);
padding-right: toRem(80);
padding-left: toRem(80);
Expand Down
1 change: 1 addition & 0 deletions pages/index.vue
Original file line number Diff line number Diff line change
Expand Up @@ -129,6 +129,7 @@ const protocolsSwiperParams = {
$z-index: 1;
.home-page {
flex-grow: 1;
position: relative;
margin-top: 0;
padding: var(--app-height-header) 0 0;
Expand Down

0 comments on commit 023a01e

Please sign in to comment.