Skip to content
This repository was archived by the owner on Dec 18, 2024. It is now read-only.

Commit 47b62d5

Browse files
willshowelljelbourn
authored andcommitted
fix: center guide viewer (#274)
1 parent 367a394 commit 47b62d5

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

src/app/pages/component-page-header/component-page-header.scss

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,8 @@
1010
}
1111

1212
h1 {
13+
outline: none;
14+
1315
@media (max-width: $small-breakpoint-width) {
1416
padding: 24px 8px;
1517
font-size: 20px;

src/app/pages/guide-viewer/guide-viewer.scss

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ $guide-content-margin-side-xs: 15px;
2626
display: block;
2727
text-align: left;
2828
max-width: 940px;
29+
margin: 0 auto;
2930
}
3031

3132
.docs-guide-content {

0 commit comments

Comments
 (0)