2025 Design Refresh (#5)
All checks were successful
Build and Deploy / build_and_deploy (push) Successful in 1m33s
All checks were successful
Build and Deploy / build_and_deploy (push) Successful in 1m33s
Reviewed-on: #5 Co-authored-by: Devin Haska <wonderfulfrog@noreply.git.cloud.haska.me> Co-committed-by: Devin Haska <wonderfulfrog@noreply.git.cloud.haska.me>
This commit is contained in:
parent
efcdb7296e
commit
1a1af8b9a9
13 changed files with 22 additions and 25 deletions
|
@ -7,25 +7,24 @@
|
|||
grid-gap: var(--spacing-2);
|
||||
|
||||
li {
|
||||
border: 1px solid var(--color-shadow);
|
||||
overflow: hidden;
|
||||
aspect-ratio: var(--aspect-ratio);
|
||||
display: grid;
|
||||
position: relative;
|
||||
overflow: hidden;
|
||||
|
||||
a {
|
||||
display: block;
|
||||
color: var(--color-white);
|
||||
|
||||
picture {
|
||||
border-radius: 0;
|
||||
height: 100%;
|
||||
border-radius: 0;
|
||||
}
|
||||
|
||||
img {
|
||||
aspect-ratio: var(--aspect-ratio);
|
||||
border-radius: 0;
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
object-fit: cover;
|
||||
transition: transform 0.3s ease;
|
||||
}
|
||||
img {
|
||||
height: 100%;
|
||||
object-fit: cover;
|
||||
transition: transform 0.3s ease;
|
||||
}
|
||||
|
||||
.text-only {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue