mirror of
https://github.com/BradNut/personal-website-sveltekit
synced 2025-09-08 23:20:18 +00:00
Change about extracurricular to be flex.
This commit is contained in:
parent
34b00a6223
commit
dd74906661
1 changed files with 7 additions and 4 deletions
|
|
@ -343,12 +343,15 @@
|
|||
}
|
||||
|
||||
.extracurricular {
|
||||
display: grid;
|
||||
grid-template-columns: repeat(3, auto);
|
||||
/* justify-content: center; */
|
||||
/* align-items: center; */
|
||||
display: flex;
|
||||
flex-wrap: wrap;
|
||||
place-content: center;
|
||||
gap: 1.5rem;
|
||||
|
||||
.card {
|
||||
max-width: 30rem;
|
||||
}
|
||||
|
||||
@media (max-width: 1000px) {
|
||||
grid-template-columns: repeat(2, auto);
|
||||
--cardHeightMin: 20rem;
|
||||
|
|
|
|||
Loading…
Reference in a new issue