Skip to content

Commit

Permalink
profile styles
Browse files Browse the repository at this point in the history
  • Loading branch information
awidearray committed Nov 5, 2024
1 parent b402ed3 commit 0343bd9
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 10 deletions.
15 changes: 7 additions & 8 deletions src/components/ProfileTotals.module.css
Original file line number Diff line number Diff line change
Expand Up @@ -61,10 +61,9 @@
flex-direction: row;
align-items: center;
justify-content: center;
margin: 24px auto 16px auto;
gap: 12px;
margin: 24px 0 16px 0;
padding: 4px;
width: 800px;
width: 100%;
}

.metricsBar {
Expand All @@ -83,7 +82,7 @@
font-size: 24px;
color: #fff;
font-family: 'SF Compact Rounded';
margin: 0 auto;
margin: 0;
}

.metricItem {
Expand Down Expand Up @@ -157,14 +156,14 @@

@media (max-width: 768px) {
.metricsBar {
width: 100%;
padding: 16px;
gap: 16px;
margin: 0 8px;
margin: 0;
width: 100%;
}

.buttonParent {
margin: 24px 8px 16px 8px;
margin: 24px 0 16px 0;
width: 100%;
}
}

4 changes: 2 additions & 2 deletions src/components/ProfileWallets.module.css
Original file line number Diff line number Diff line change
Expand Up @@ -89,9 +89,9 @@
}

.title {
margin: 24px 0 16px 0;
margin: 24px;
}
.buttonParent {
margin: 0;
margin: 24px;
}
}

0 comments on commit 0343bd9

Please sign in to comment.