Skip to content

Commit

Permalink
Merge pull request #132 from arnavbhate/issue-61
Browse files Browse the repository at this point in the history
Fix for #61
  • Loading branch information
Krishna-Baldwa authored Jan 21, 2024
2 parents 1d6c802 + 5abfeeb commit 3ef649c
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 1 addition & 0 deletions src/app/page/explore/explore.component.css
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
background-color: #f2f2f2;
border-radius: 4px;
width: 42%;
max-width: 500px;
margin-bottom: 0.5em;
margin-left: 1%;
display: inline-block;
Expand Down
1 change: 0 additions & 1 deletion src/styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,6 @@ mat-form-field, mat-form-field *, .markdown *, input {
/* Sub card styles */

.sub-card {
max-width: 500px;
cursor: pointer;
box-shadow: none !important;
margin: 0;
Expand Down

0 comments on commit 3ef649c

Please sign in to comment.