Skip to content

Commit

Permalink
minor frontend bug fix
Browse files Browse the repository at this point in the history
  • Loading branch information
singhayushh committed Jun 19, 2021
1 parent cca3784 commit 3ca5f60
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion views/resources/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,8 @@ section {
.container {
height: 100%;
width: 50%;
display: inline-block;
position: relative;
float: left;
display: flex;
flex-direction: column;
align-items: center;
Expand Down

0 comments on commit 3ca5f60

Please sign in to comment.