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 87fe992 commit b99f29fCopy full SHA for b99f29f
src/main/resources/web/app/app.scss
@@ -65,8 +65,8 @@
65
padding: 0;
66
}
67
68
- pre code.hljs {
69
- white-space: pre-wrap !important;
+ .page-content {
+ padding: 10px !important;
70
71
72
.event {
templates/layouts/roq-default/post.html
@@ -32,8 +32,10 @@
32
.wrapper {
33
max-width: 1500px;
34
35
+.post, .article-page, .page-content {
36
+ width: 100%;
37
+}
38
pre code.hljs {
- max-width: 1016px;
39
white-space: pre;
40
background-color: #222;
41
0 commit comments