Skip to content

Commit

Permalink
Fix sizing of inside elements
Browse files Browse the repository at this point in the history
  • Loading branch information
ramono committed Jun 12, 2021
1 parent 4cc3d21 commit d6204b0
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 1 deletion.
2 changes: 2 additions & 0 deletions css/style.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion css/style.css.map

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 2 additions & 0 deletions scss/grid/_base.scss
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,8 @@
box-sizing: border-box;
display: flex;
padding: 0;
max-width: 100%;
min-width: 0;

&.span-middle {
align-items: center;
Expand Down

0 comments on commit d6204b0

Please sign in to comment.