Skip to content

Commit 87fe992

Browse files
authored
Fix mobile layout (#13)
1 parent 9bc01dc commit 87fe992

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

src/main/resources/web/app/app.scss

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,8 +61,12 @@
6161

6262
// Responsive design
6363
@media (max-width: 768px) {
64+
pre {
65+
padding: 0;
66+
}
67+
6468
pre code.hljs {
65-
white-space: inherit !important;
69+
white-space: pre-wrap !important;
6670
}
6771

6872
.event {

0 commit comments

Comments
 (0)