Skip to content

Commit e492b43

Browse files
committed
Added margins to user profile page
1 parent e463e1a commit e492b43

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

app/assets/stylesheets/components/profile.css

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,12 @@
22
display: flex;
33
flex-direction: column;
44
gap: var(--spacing-6);
5+
margin-top: var(--spacing-4);
6+
}
7+
8+
.person-profile > * {
9+
margin-left: var(--spacing-4);
10+
margin-right: var(--spacing-4);
511
}
612

713
.profile-header {

0 commit comments

Comments
 (0)