Skip to content

Commit 8bb824e

Browse files
committed
Fix card widths
1 parent 4cc1435 commit 8bb824e

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

css/homearticles.css

+4-3
Original file line numberDiff line numberDiff line change
@@ -21,14 +21,15 @@ h2 {
2121
flex-direction: column;
2222
justify-content: flex-start;
2323
align-items: flex-start;
24-
margin-right: 10px;
24+
margin: 0 10px;
25+
min-width: 250px;
26+
max-width: 500px;
2527
}
2628

2729
.lg-card {
2830
display: flex;
2931
flex-direction: column;
3032
justify-content: flex-start;
31-
width: 100%;
3233
height: 100%;
3334
min-width: 250px;
3435
max-width: 500px;
@@ -61,7 +62,7 @@ h2 {
6162
flex-direction: column;
6263
justify-content: flex-start;
6364
align-items: flex-start;
64-
margin-left: 10px;
65+
margin: 0 10px;
6566
}
6667

6768
.recent-container {

0 commit comments

Comments
 (0)