Skip to content

Commit 3ef649c

Browse files
Merge pull request #132 from arnavbhate/issue-61
Fix for #61
2 parents 1d6c802 + 5abfeeb commit 3ef649c

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

src/app/page/explore/explore.component.css

+1
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
background-color: #f2f2f2;
88
border-radius: 4px;
99
width: 42%;
10+
max-width: 500px;
1011
margin-bottom: 0.5em;
1112
margin-left: 1%;
1213
display: inline-block;

src/styles.css

-1
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,6 @@ mat-form-field, mat-form-field *, .markdown *, input {
7575
/* Sub card styles */
7676

7777
.sub-card {
78-
max-width: 500px;
7978
cursor: pointer;
8079
box-shadow: none !important;
8180
margin: 0;

0 commit comments

Comments
 (0)