Skip to content

Commit

Permalink
styling
Browse files Browse the repository at this point in the history
  • Loading branch information
santhoshtr committed Jul 26, 2024
1 parent 48f2de3 commit 317aa78
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions static/user.css
Original file line number Diff line number Diff line change
Expand Up @@ -19,17 +19,18 @@ header {

.cards {
display: grid;
grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
grid-template-columns: repeat(auto-fill, minmax(400px, 1fr));
align-items: stretch;
gap: 24px;

.card {
text-decoration: none;

border-radius: 4px;
padding: 8px;
background-color: var(--card-color);
.title {
margin: 0;
line-height: 1;
}
.result {
object-fit: contain;
Expand Down

0 comments on commit 317aa78

Please sign in to comment.