Skip to content

Commit

Permalink
Finishing touches
Browse files Browse the repository at this point in the history
  • Loading branch information
teatimes committed Jul 24, 2023
1 parent 12b7c6e commit 8f43147
Showing 1 changed file with 12 additions and 4 deletions.
16 changes: 12 additions & 4 deletions src/summersplash2022/index.module.css
Original file line number Diff line number Diff line change
Expand Up @@ -513,6 +513,10 @@ h3 {
justify-content: center;
}

.firstYearSectionTimelineDiv svg {
height: max-content;
}

@media (min-width: 3500px) {
.firstYearSectionImgDiv {
display: block;
Expand Down Expand Up @@ -787,10 +791,6 @@ h3 {
}

@media (max-width: 500px) {
.whyVariantSectionFlex {
gap: 1rem;
}

.whyVariantSectionButtons {
margin-bottom: 0;
gap: 1rem;
Expand Down Expand Up @@ -890,6 +890,8 @@ a.applyButtonBlue {
text-decoration: none;
width: max-content;
color: var(--variant-black);
display: block;
margin-bottom: 1rem;
}

a.applyButtonBlue {
Expand Down Expand Up @@ -1007,3 +1009,9 @@ a.applyButtonPink {
margin: auto;
}
}

@media (max-width: 900px) {
.pinkBlobWrapper {
top: 0;
}
}

0 comments on commit 8f43147

Please sign in to comment.