Homepage improvements

This commit is contained in:
2025-06-13 14:50:10 -06:00
parent 6067707b74
commit 0b36579a36
2 changed files with 41 additions and 4 deletions

View File

@ -128,12 +128,29 @@ section
color: $text-subtle
text-align: center
#tool-cards
display: flex
flex-wrap: wrap
gap: $spacing-unit
// justify-content: space-between
> article
flex: 1 1 48%
min-width: 300px
max-width: 48%
box-sizing: border-box
@media (max-width: 900px)
> article
flex-basis: 100%
max-width: 100%
article
background: $surface
border-radius: 8px
padding: $spacing-unit
margin: $spacing-unit 0
position: relative
padding: 1rem 1.5rem
// margin: $spacing-unit 0
// position: relative
transition: background 0.5s ease-in-out
&:hover, &:focus
background: $primary-dark