Skip to content

Commit

Permalink
[TASK] improve styles
Browse files Browse the repository at this point in the history
  • Loading branch information
t3brightside committed Jun 29, 2024
1 parent 4ce0fdf commit 6f4ba4a
Showing 1 changed file with 11 additions and 2 deletions.
13 changes: 11 additions & 2 deletions Resources/Public/Css/pagelist.css
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,14 @@
box-sizing: border-box;
}

.pagelist figure {
display: block;
margin-block-start: 0;
margin-block-end: 0;
margin-inline-start: 0;
margin-inline-end: 0;
}

.pagelist img.image,
.pagelist .img-dummy {
width: 100%;
Expand Down Expand Up @@ -45,8 +53,9 @@
grid-template-columns: repeat(auto-fill, minmax(min(100%, 21rem), 1fr));
grid-gap: 3rem;
}
.pagelist .card {
}

.pagelist .card {}

.pagelist .card .title {
padding: 0.2em 0;
margin: 0;
Expand Down

0 comments on commit 6f4ba4a

Please sign in to comment.