Skip to content

Commit 32eee21

Browse files
committed
Cleanup
1 parent 2e55f00 commit 32eee21

File tree

2 files changed

+0
-11
lines changed

2 files changed

+0
-11
lines changed

src/Elastic.Markdown/Assets/markdown/typography.css

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@
44
h1 {
55
@apply text-ink-dark text-5xl font-semibold;
66
line-height: 1.2em;
7-
/*max-width: 805px; !* approximately 80ch *!*/
87
}
98

109
h2 {
@@ -48,12 +47,6 @@
4847
@apply mt-4;
4948
line-height: 1.5em;
5049
}
51-
52-
/*#elastic-docs-v3 {*/
53-
/* &>p, &>ul, &>ol, &>.heading-wrapper, &>dl {*/
54-
/* max-width: 80ch;*/
55-
/* }*/
56-
/*}*/
5750

5851
a {
5952
@apply font-body text-blue-elastic hover:text-blue-elastic-100 underline;

src/Elastic.Markdown/Assets/styles.css

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -97,10 +97,6 @@
9797
}
9898
}
9999

100-
.content-container {
101-
/*@apply w-full max-w-[90ch];*/
102-
}
103-
104100
.applies {
105101
@apply font-sans;
106102
border-bottom: 1px solid var(--color-grey-20);

0 commit comments

Comments
 (0)