Skip to content
This repository has been archived by the owner on Jul 16, 2024. It is now read-only.

Commit

Permalink
Tweaks to example layouts to bring more consistency #226
Browse files Browse the repository at this point in the history
  • Loading branch information
iadawn committed Oct 29, 2015
1 parent c94b208 commit 79fd784
Showing 1 changed file with 12 additions and 27 deletions.
39 changes: 12 additions & 27 deletions source/stylesheets/main.scss
Original file line number Diff line number Diff line change
Expand Up @@ -626,11 +626,11 @@ $wai_grey: #333333;
}
@include mq($medium) {
&>div:first-child {
width: 21em;
width: 19.5em;
margin-right: 1.5em;
}
&>div:last-child {
width: 15em;
width: 14em;
}
figure {
&:first-of-type {
Expand Down Expand Up @@ -815,25 +815,6 @@ $wai_grey: #333333;
}
}
.headings {
&.two-column {
figure {
width: 19.3em;
}
}
@include mq($medium) {
&.two-column {
display: block;
}
}
@include mq($big) {
&.two-column {
display: flex;
justify-content: flex-start;
figure:first-of-type {
margin-right: 2em;
}
}
}
svg {
text {
fill: $wai_grey;
Expand Down Expand Up @@ -881,11 +862,6 @@ $wai_grey: #333333;
figure:last-child {
margin-bottom: 0;
}
@include mq($medium) {
figure {
display: inline-block;
}
}
div {
svg {
text {
Expand All @@ -902,6 +878,15 @@ $wai_grey: #333333;
}
}
}
@include mq($medium) {
figure {
display: inline-block;
width: 35em;
}
div {
text-align: center;
}
}
}
.heading-structure {
figure {
Expand Down Expand Up @@ -1007,7 +992,7 @@ $wai_grey: #333333;
}
@include mq($medium) {
figure {
width: 80%;
width: 35em;
div {
button, .course-select {
width: 45%;
Expand Down

0 comments on commit 79fd784

Please sign in to comment.