We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ad92cc0 commit a8628ceCopy full SHA for a8628ce
assets/styles/styles.css
@@ -184,16 +184,33 @@ main {
184
flex-direction: column;
185
}
186
187
+pre {
188
+ max-width: calc(100vw - 80px);
189
+}
190
+
191
+code.hljs {
192
+ margin-left: 0;
193
+ max-width: 100%;
194
195
196
@media only screen and (max-width: 600px) {
197
main {
198
padding: 20px;
199
200
201
+ pre {
202
+ max-width: calc(100vw - 40px);
203
+ }
204
205
206
@media only screen and (max-width: 420px) {
207
208
padding: 10px;
209
210
211
212
+ max-width: calc(100vw - 20px);
213
214
215
216
main > p {
0 commit comments