Skip to content

Commit 8590a40

Browse files
committed
incorporate feedback
1 parent 7a7bb38 commit 8590a40

File tree

1 file changed

+3
-2
lines changed
  • src/shared/components/Settings/Profile/Skills

1 file changed

+3
-2
lines changed

src/shared/components/Settings/Profile/Skills/styles.scss

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -268,7 +268,8 @@
268268
justify-content: center;
269269
align-items: center;
270270
width: 75px;
271-
padding: 5px 0px 10px;
271+
padding-top: 5px;
272+
padding-bottom: 10px;
272273
flex-shrink: 0;
273274

274275
.name {
@@ -293,7 +294,7 @@
293294
justify-content: center;
294295
align-items: center;
295296
background-color: #fbfbfb;
296-
padding: 0px 10px 0px;
297+
padding: 10px;
297298
border: 1px solid $tc-gray-20;
298299
border-radius: 6px;
299300
height: 75px;

0 commit comments

Comments
 (0)