Skip to content

Info Architecture #1612

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 18 commits into from
Oct 11, 2017
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
style(page): align content better on larger screens
  • Loading branch information
skipjack committed Oct 11, 2017
commit 702021e422315ad10c88d41d0f2c686706962f1d
4 changes: 2 additions & 2 deletions src/components/Page/Page.scss
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@
overflow-x: hidden;
padding: 1.5em 1em;

@media break {
@include break {
flex: 3;
padding: 1.5em;
padding: 1.5em 1.5em 1.5em 0;
}
}
2 changes: 1 addition & 1 deletion src/components/PageLinks/PageLinks.scss
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@
display: none;
top: 1.5em;
right: 1.5em;
font-size: getFontSize(-1);
font-weight: 600;
text-transform: uppercase;

Expand All @@ -15,6 +14,7 @@
}

&__link {
font-size: getFontSize(-1);
display: inline-flex;
}

Expand Down