Skip to content

Commit

Permalink
Update root css
Browse files Browse the repository at this point in the history
  • Loading branch information
alpe12 committed Oct 10, 2023
1 parent 2ef020e commit ba09d52
Showing 1 changed file with 13 additions and 2 deletions.
15 changes: 13 additions & 2 deletions src/css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -31,17 +31,28 @@ img {
background-color: white;
border-radius: 1rem;
overflow: hidden;
border: 1px solid darkgray;
outline: 1px solid darkgray;
}

.cards .card:hover {
outline: 2px outset darkgray;
}

.cards .card .imagelink {
display: block;
display: flex;
justify-content: center;
align-items: center;
overflow: hidden;
padding: 4px;
padding-bottom: 0;
background-color: darkgray;
}

.cards .card .imagelink img {
min-height: 200px;
transition: scale 200ms ease;
border-top-left-radius: 1em;
border-top-right-radius: 1em;
}

.cards .card .imagelink img:hover {
Expand Down

0 comments on commit ba09d52

Please sign in to comment.