Skip to content

Commit 208c5bc

Browse files
committed
Fix footer styling & remove Profile.js
1 parent 6a5caf3 commit 208c5bc

File tree

2 files changed

+1
-11
lines changed

2 files changed

+1
-11
lines changed

components/Profile.js

Lines changed: 0 additions & 9 deletions
This file was deleted.

styles/App.scss

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -389,7 +389,6 @@ button{
389389
align-items: center;
390390
font-size: 12px;
391391
font-weight: bold;
392-
padding-top: 10px;
393392
color: $dark;
394393

395394
img{
@@ -409,7 +408,7 @@ button{
409408
-webkit-box-align: center;
410409
-ms-flex-align: center;
411410
align-items: center;
412-
padding: 5px 0;
411+
padding: 10px 0 5px 0;
413412
-webkit-box-pack: justify;
414413
-ms-flex-pack: justify;
415414
justify-content: space-between;

0 commit comments

Comments
 (0)