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 bf0d0a8 commit 751e23fCopy full SHA for 751e23f
content/_sass/partials/_structure.scss
@@ -100,6 +100,20 @@ main {
100
}
101
102
103
+// Firefox & Chrome fix for no scrollbar
104
+@media (min-width: 992px) and (-webkit-min-device-pixel-ratio:0) and (min-resolution: .001dpcm) {
105
+ .body-page-short {
106
+ .content-wrapper {
107
+ padding: 0 2px;
108
+ }
109
+
110
+ .post-header {
111
+ padding: 10px 0 0 8px;
112
113
114
+}
115
116
117
@include media-breakpoint-up(xl) {
118
.body-page-short {
119
.post-content {
content/code-of-conduct.md
@@ -4,7 +4,6 @@ permalink: /code-of-conduct/
4
redirect_from:
5
- /codeofconduct/
6
title: Code of Conduct
7
-columns: 10
8
---
9
10
CWL Code of Conduct
0 commit comments