parent
de75514da9
commit
80c22f498f
|
@ -73,7 +73,8 @@ body {
|
||||||
.frontEndMentorChallenges,
|
.frontEndMentorChallenges,
|
||||||
.freecodeCampProjects,
|
.freecodeCampProjects,
|
||||||
.completeWebDev2020Projects,
|
.completeWebDev2020Projects,
|
||||||
.vanillaJSProjects {
|
.vanillaJSProjects,
|
||||||
|
.responsiveProjects {
|
||||||
margin-top: var(--marginTop);
|
margin-top: var(--marginTop);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -82,12 +83,6 @@ body {
|
||||||
font-size: 1.8rem;
|
font-size: 1.8rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* .frontEndMentorChallenges {} */
|
|
||||||
|
|
||||||
.frontEndMentorChallenges {
|
|
||||||
margin-left: 1rem;
|
|
||||||
}
|
|
||||||
|
|
||||||
.frontEndMentorChallenges > h3,
|
.frontEndMentorChallenges > h3,
|
||||||
.responsiveProjects > h3 {
|
.responsiveProjects > h3 {
|
||||||
font-weight: 600;
|
font-weight: 600;
|
||||||
|
@ -107,10 +102,7 @@ body {
|
||||||
}
|
}
|
||||||
|
|
||||||
.alignedHeader img {
|
.alignedHeader img {
|
||||||
/* /* width: 100%; */
|
|
||||||
height: 100%;
|
height: 100%;
|
||||||
|
|
||||||
/* margin-left: auto; */
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.stacked {
|
.stacked {
|
||||||
|
@ -154,8 +146,13 @@ body {
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.project-card a {
|
||||||
|
height: auto;
|
||||||
|
}
|
||||||
|
|
||||||
.card__img {
|
.card__img {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
|
height: auto;
|
||||||
aspect-ratio: 1 / 1.25;
|
aspect-ratio: 1 / 1.25;
|
||||||
object-fit: cover;
|
object-fit: cover;
|
||||||
}
|
}
|
||||||
|
@ -194,9 +191,9 @@ body {
|
||||||
}
|
}
|
||||||
|
|
||||||
@media (min-width: 38em) {
|
@media (min-width: 38em) {
|
||||||
.card__img {
|
/* .card__img {
|
||||||
aspect-ratio: 1 / 1;
|
aspect-ratio: 1 / 1.25;
|
||||||
}
|
} */
|
||||||
|
|
||||||
.project-card.featured {
|
.project-card.featured {
|
||||||
grid-row: span 2;
|
grid-row: span 2;
|
||||||
|
|
Loading…
Reference in New Issue