Skip to content

Commit

Permalink
Mobile responsive section headers (close #15)
Browse files Browse the repository at this point in the history
  • Loading branch information
quincylvania committed Oct 23, 2024
1 parent 5275c9f commit 380263c
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions _sass/dogwood/_layout.scss
Original file line number Diff line number Diff line change
Expand Up @@ -866,17 +866,20 @@ table.schedule {
width: 100%;
.section-header {
border-bottom: 1px solid $alpha-grid-color;
padding-bottom: $sp * 0.5;
margin-bottom: $sp;
display: flex;
flex-wrap: wrap;
align-items: baseline;
justify-content: space-between;

h2, h3 {
white-space: nowrap;
margin-bottom: 0;
}
}
a.section-button {
font-weight: 600;
white-space: nowrap;
}
margin-bottom: $sp;

Expand Down Expand Up @@ -1031,7 +1034,6 @@ table.schedule {
}

.listing-front {
max-width: 100%;
width: 360px;
position: relative;
flex: 0 0 auto;
Expand Down Expand Up @@ -1120,7 +1122,7 @@ table.schedule {
width: 100%;

.app-sign {
width: 360px;
max-width: 360px;
}
.contained-image {
background-position-x: 0;
Expand Down

0 comments on commit 380263c

Please sign in to comment.