Skip to content

Commit

Permalink
bug(login button): fixes login and sign up UI
Browse files Browse the repository at this point in the history
  • Loading branch information
harerakalex committed Nov 4, 2019
1 parent 473d71a commit 216c8b5
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/feature/articles/getSingleArticle/GetSingleArticle.scss
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
.wrapper {
width: 80%;
width: 60%;
margin: 0 auto;
margin-bottom: 2em !important;
padding: 5px 30px;
Expand All @@ -8,6 +8,7 @@
.heading {
display: flex;
flex-direction: row;
text-align: center;
> div {
width: 50%;
}
Expand Down

0 comments on commit 216c8b5

Please sign in to comment.