We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6a5caf3 commit 208c5bcCopy full SHA for 208c5bc
components/Profile.js
styles/App.scss
@@ -389,7 +389,6 @@ button{
389
align-items: center;
390
font-size: 12px;
391
font-weight: bold;
392
- padding-top: 10px;
393
color: $dark;
394
395
img{
@@ -409,7 +408,7 @@ button{
409
408
-webkit-box-align: center;
410
-ms-flex-align: center;
411
412
- padding: 5px 0;
+ padding: 10px 0 5px 0;
413
-webkit-box-pack: justify;
414
-ms-flex-pack: justify;
415
justify-content: space-between;
0 commit comments