Skip to content

Commit

Permalink
fix: overflow issue between 661px and 800px widths (#3237)
Browse files Browse the repository at this point in the history
* fix overflow issue at specific screen width range

* fix spacing in fast-frame styles

* change max-width on fast-frame

* remove section class on fast-frame-section

Co-authored-by: Michael Benson <[email protected]>
  • Loading branch information
freefaller69 and Michael Benson authored Jun 9, 2020
1 parent 73439d1 commit ebdade6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ export const FastFrameStyles = css`
:host {
--gutter: 20;
max-width: 100vw;
}
.icon {
Expand Down
2 changes: 1 addition & 1 deletion sites/fast-website/src/public/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ <h1 class="section-heading-hero">The adaptive interface system for modern web ex
</div>
</section>

<section class="section fast-frame-section" id="adaptive-ui">
<section class="fast-frame-section" id="adaptive-ui">
<div class="section-content">
<site-section-header class="fast-frame-header">
<fast-badge slot="badge" class="section-badge">FLEXIBLE AND ADAPTABLE</fast-badge>
Expand Down

0 comments on commit ebdade6

Please sign in to comment.