Skip to content

Commit

Permalink
fix: remove margin, width and add max width (#196)
Browse files Browse the repository at this point in the history
  • Loading branch information
Juliet-Brown authored and kesara committed Jul 26, 2022
1 parent dc25d05 commit 1b5dd88
Show file tree
Hide file tree
Showing 2 changed files with 975 additions and 1,144 deletions.
4 changes: 1 addition & 3 deletions ietf/static_src/css/streamfield.scss
Original file line number Diff line number Diff line change
Expand Up @@ -38,12 +38,10 @@ $border-colour: #bebebe;

.block-table {
margin: 30px 0;
// border: 1px solid $border-colour;

@include media-breakpoint-up(sm) {
margin: 50px 0;
border: 0;
width: calc(100% - 50px);
max-width: 902px;
}
}
.block-table,
Expand Down
Loading

0 comments on commit 1b5dd88

Please sign in to comment.