Skip to content

Commit

Permalink
adjust scss for demo homepage
Browse files Browse the repository at this point in the history
  • Loading branch information
emilia-friedberg committed Dec 10, 2024
1 parent c06bdb9 commit 3f76dd9
Show file tree
Hide file tree
Showing 4 changed files with 44 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -166,7 +166,7 @@
display: flex;
flex-direction: column;
justify-content: space-between;
height: 184px;
min-height: 184px;
&.new {
border: 1px solid $quill-maroon-10;
background: $quill-maroon-1;
Expand Down Expand Up @@ -221,4 +221,42 @@
margin-bottom: 24px;
}
}

@media (max-width: 750px) {
.integrations, .premium-reports, .account-management {
.overview-section-content {
display: flex;
flex-wrap: wrap;
gap: 16px;
}
}
.tile {
width: 100%;
}
.professional-development {
.photos {
display: none;
}
.section-subheader {
align-items: flex-start;
}
}
}

@media (max-width: 500px) {
.overview-section-wrapper h2 {
align-items: flex-start;
img {
margin-top: 4px;
}
}
.snapshot-section.highlights .counts {
display: flex;
flex-direction: column;
}
.professional-development .buttons {
flex-direction: column;
gap: 8px;
}
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@

.banner-container {
max-width: 1200px;
width: calc(100% - 32px);
margin: 0 auto;
margin-top: 32px;
margin-bottom: 32px;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -67,15 +67,15 @@
}
&.small {
padding: 16px;
height: 133px;
min-height: 133px;
.snapshot-label {
font-size: 14px;
line-height: 18px;
}
}
&.medium {
padding: 32px;
height: 159px;
min-height: 159px;
.snapshot-label {
font-size: 16px;
line-height: 21px;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@
padding: 20px;
border-radius: 8px;
position: relative;
gap: 16px;
text-align: left;
.left-side-container {
.upper-section {
display: flex;
Expand Down

0 comments on commit 3f76dd9

Please sign in to comment.