Skip to content

Commit

Permalink
feat(style): Set .embedcontainer margin to zero
Browse files Browse the repository at this point in the history
  • Loading branch information
delucis committed Mar 4, 2019
1 parent 84ff0ba commit 2640738
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions scss/style.scss
Original file line number Diff line number Diff line change
Expand Up @@ -300,7 +300,7 @@ iframe {
// embedresponsively.com
.embed-container {
position: relative;
margin-bottom: 1.5em;
margin-bottom: 0;
background-color: $darken-tint;
padding-bottom: 56.25%;
max-width: 100%;
Expand Down Expand Up @@ -1228,7 +1228,6 @@ $item-gutter: 1em;

.embed-container {
display: block;
margin: 0;
}

&__year-heading {
Expand Down

0 comments on commit 2640738

Please sign in to comment.