3
0
mirror of https://git.coop/cotech/website.git synced 2025-12-18 00:47:34 +00:00

Make link styles in grid of co-op images more specific

So that they don't target other links, such as buttons, that appear
inside the grid.
This commit is contained in:
Chris Lowis
2025-12-16 11:54:40 +00:00
parent bb785c79ed
commit 2e864a9d79
2 changed files with 2 additions and 2 deletions

View File

@ -240,7 +240,7 @@ section, footer, header {
align-items: stretch;
}
.grid a {
.grid__link {
display: flex;
height: 100%;
}