Skip to content

Commit 8754d8f

Browse files
author
Giang Nguyen
authored
Add style tag pre
This fix response when view on device :).
1 parent 56e5d46 commit 8754d8f

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

templates/style.scss

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -93,6 +93,10 @@ body {
9393
font: 16px/1.4 $font-family-sans;
9494
}
9595

96+
pre {
97+
overflow: auto;
98+
}
99+
96100
div.container {
97101
max-width: 1160px;
98102
margin: 0 auto;

0 commit comments

Comments
 (0)