Skip to content

Commit

Permalink
Update responsive styles.
Browse files Browse the repository at this point in the history
  • Loading branch information
toddbirchard committed Jan 15, 2024
1 parent 37cc57e commit d0bf3cb
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions static/homepage/css/styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -53,12 +53,14 @@ a:hover {
padding: 5vw;
background: white;
box-shadow: 0 0 5px rgba(65, 67, 144, 0.15);
height: fit-content;
}

@media (max-width: 800px) {
.card {
margin: 0;
width: 100%;
height: unset;
}

.apps-container {
Expand Down

0 comments on commit d0bf3cb

Please sign in to comment.