Skip to content

Commit

Permalink
update the page content width (#3128)
Browse files Browse the repository at this point in the history
  • Loading branch information
khamudom authored and radium-v committed May 18, 2020
1 parent f1c2a68 commit 639e148
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions sites/fast-website/src/app/css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ body {

.wrapper {
display: grid;
grid-template-columns: minmax(5vw, 1fr) minmax(0px, 1600px) minmax(5vw, 1fr);
grid-template-columns: minmax(5vw, 1fr) minmax(0px, 1200px) minmax(5vw, 1fr);
}

.header {
Expand Down Expand Up @@ -44,7 +44,7 @@ body {
}

.section-component {
--card-width: 410px;
--card-width: 400px;
color: var(--neutral-foreground-rest);
display: flex;
flex-wrap: wrap;
Expand Down

0 comments on commit 639e148

Please sign in to comment.