Skip to content

Commit

Permalink
Merge pull request #7 from cityofaustin/microsite-ui
Browse files Browse the repository at this point in the history
Incorporate styling for the Event Microsites
  • Loading branch information
mattlangan authored Dec 17, 2020
2 parents a9cd03e + 1b9113b commit 2eb9ae6
Show file tree
Hide file tree
Showing 2 changed files with 33 additions and 1 deletion.
20 changes: 19 additions & 1 deletion _sass/_layout.scss
Original file line number Diff line number Diff line change
Expand Up @@ -221,4 +221,22 @@ footer {
font-weight: bold;
margin-top: 0;
margin-bottom: 1em;
}
}

dl {
display: flex;
width: 100%;
flex-direction: column;
flex-wrap: wrap;
dt {
width: 100%;
padding: .5em;
}
dd {
width: 100%;
padding: .5em;
p {
margin-bottom: 0;
}
}
}
14 changes: 14 additions & 0 deletions _sass/_responsive.scss
Original file line number Diff line number Diff line change
Expand Up @@ -51,4 +51,18 @@
#menu_toggle_container {
display: none;
}
dl {
flex-direction: row;
dt {
width: 40%;
}
dd {
width: 60%;
}
}
}

img {
display: inline-block;
width: 45%;
}

0 comments on commit 2eb9ae6

Please sign in to comment.