Skip to content

Commit d0bf3cb

Browse files
committed
Update responsive styles.
1 parent 37cc57e commit d0bf3cb

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

static/homepage/css/styles.css

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,12 +53,14 @@ a:hover {
5353
padding: 5vw;
5454
background: white;
5555
box-shadow: 0 0 5px rgba(65, 67, 144, 0.15);
56+
height: fit-content;
5657
}
5758

5859
@media (max-width: 800px) {
5960
.card {
6061
margin: 0;
6162
width: 100%;
63+
height: unset;
6264
}
6365

6466
.apps-container {

0 commit comments

Comments
 (0)