We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e463e1a commit e492b43Copy full SHA for e492b43
1 file changed
app/assets/stylesheets/components/profile.css
@@ -2,6 +2,12 @@
2
display: flex;
3
flex-direction: column;
4
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);
11
}
12
13
.profile-header {
0 commit comments