Skip to content

Commit 586fc47

Browse files
committed
fix: update code styles; update index layout
1 parent de1b9ac commit 586fc47

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,8 @@
3333

3434
</head>
3535
<body>
36-
<section data-au="flex-container all-center">
37-
<div class="max-width-section">
36+
<section>
37+
<div class="max-width-section padded-section">
3838
<div class="au-logo"></div>
3939
<p>The following content is pulled from the Aurum README. You can access this as well as other project documentation on the GitHub <a class="standard-link" href="https://github.com/goldenharpmedia/aurum" target="_blank">repository page</a></p>
4040

packages/v1.0/au.reset.css

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,11 +35,14 @@ code{
3535
}
3636
code{
3737
padding:0 5px;
38+
white-space: nowrap;
39+
border-radius:2px;
3840
}
3941
pre code{
4042
display:block;
4143
padding: 20px;
4244
line-height:1.1;
45+
white-space: break-spaces;
4346
}
4447

4548
/* universal classes */

0 commit comments

Comments
 (0)