Skip to content

Commit

Permalink
Merge pull request #293 from jwade1327/doit
Browse files Browse the repository at this point in the history
Reduce DOIT logo and include mobile sizing
  • Loading branch information
Shinsina authored Nov 30, 2023
2 parents f4e3bc0 + f0522e2 commit 482c096
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions packages/global/scss/components/_doit-page.scss
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,12 @@
&__content-body {
// stylelint-disable-next-line selector-no-qualifying-type
[data-embed-id="655bb0903f117aab6c8b45e3"]{
width: calc(800px - 10rem);
margin-left: 32px;
width: 400px;
margin-left: 145px;
@include media-breakpoint-down(md){
width: auto;
margin-left: 0;
}
}
}
}

0 comments on commit 482c096

Please sign in to comment.