Skip to content

Commit cee2f6a

Browse files
committed
update margins in hiring manager view
1 parent 626a503 commit cee2f6a

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

src-ts/tools/learn/learn-lib/hiring-manager-view/HiringManagerView.module.scss

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -165,12 +165,7 @@
165165
}
166166

167167
.wrap {
168-
margin-top: $space-mxx;
169168
margin-bottom: 120px;
170-
171-
@include ltelg {
172-
margin-top: $space-mx;
173-
}
174169

175170
@include ltemd {
176171
margin-bottom: $space-lg;
@@ -263,6 +258,11 @@
263258
align-items: center;
264259
gap: $space-xs;
265260

261+
margin-top: $space-mxx;
262+
@include ltelg {
263+
margin-top: $space-mx;
264+
}
265+
266266
&:global(.secondary) {
267267
border: 2px solid;
268268
}

0 commit comments

Comments
 (0)