@primer/doctocat-nextjs 0.0.0-20250619152758 → 0.0.0-20250619154533
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/CHANGELOG.md
CHANGED
|
@@ -1,17 +1,17 @@
|
|
|
1
1
|
.Article {
|
|
2
2
|
display: grid;
|
|
3
|
-
grid-template-areas: 'main aside';
|
|
4
|
-
grid-template-columns: 1fr 200px;
|
|
5
3
|
}
|
|
6
4
|
|
|
7
5
|
.Article--withToc {
|
|
8
6
|
gap: var(--base-size-48);
|
|
7
|
+
grid-template-areas: 'main aside';
|
|
8
|
+
grid-template-columns: 1fr 200px;
|
|
9
9
|
}
|
|
10
10
|
|
|
11
11
|
.main {
|
|
12
12
|
grid-area: main;
|
|
13
13
|
max-width: 100%;
|
|
14
|
-
overflow: hidden;
|
|
14
|
+
overflow-x: hidden;
|
|
15
15
|
}
|
|
16
16
|
|
|
17
17
|
.aside {
|