We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7a7bb38 commit 8590a40Copy full SHA for 8590a40
src/shared/components/Settings/Profile/Skills/styles.scss
@@ -268,7 +268,8 @@
268
justify-content: center;
269
align-items: center;
270
width: 75px;
271
- padding: 5px 0px 10px;
+ padding-top: 5px;
272
+ padding-bottom: 10px;
273
flex-shrink: 0;
274
275
.name {
@@ -293,7 +294,7 @@
293
294
295
296
background-color: #fbfbfb;
- padding: 0px 10px 0px;
297
+ padding: 10px;
298
border: 1px solid $tc-gray-20;
299
border-radius: 6px;
300
height: 75px;
0 commit comments