Skip to content

Commit b99f29f

Browse files
authored
set width on flex/article (#14)
1 parent 87fe992 commit b99f29f

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -65,8 +65,8 @@
6565
padding: 0;
6666
}
6767

68-
pre code.hljs {
69-
white-space: pre-wrap !important;
68+
.page-content {
69+
padding: 10px !important;
7070
}
7171

7272
.event {

templates/layouts/roq-default/post.html

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,8 +32,10 @@
3232
.wrapper {
3333
max-width: 1500px;
3434
}
35+
.post, .article-page, .page-content {
36+
width: 100%;
37+
}
3538
pre code.hljs {
36-
max-width: 1016px;
3739
white-space: pre;
3840
background-color: #222;
3941
}

0 commit comments

Comments
 (0)