We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 43636e7 commit 900bdcdCopy full SHA for 900bdcd
public/css/index.css
@@ -128,15 +128,15 @@ blockquote {
128
}
129
130
.content-wrapper {
131
- display: grid;
132
- grid-auto-flow: column;
133
- grid-template-columns: auto min-content;
134
- margin-left: auto;
135
- margin-right: auto;
+ display: flex;
+ margin: 0 auto;
+ width: 100%;
136
max-width: 70em;
137
138
139
main {
+ flex: 1;
+ overflow: auto;
140
padding-left: 0.5rem;
141
padding-right: 0.5rem;
142
color: var(--text-color);
@@ -156,7 +156,6 @@ aside {
156
pre,
157
code {
158
font-family: var(--font-family-monospace);
159
- white-space: break-spaces !important;
160
161
162
pre:not([class*="language-"]),
0 commit comments