Skip to content

Commit 751e23f

Browse files
committed
Add fix for centering on .page-short pgs, for Chrome & Firefox #93
1 parent bf0d0a8 commit 751e23f

File tree

2 files changed

+14
-1
lines changed

2 files changed

+14
-1
lines changed

content/_sass/partials/_structure.scss

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -100,6 +100,20 @@ main {
100100
}
101101
}
102102

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+
103117
@include media-breakpoint-up(xl) {
104118
.body-page-short {
105119
.post-content {

content/code-of-conduct.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@ permalink: /code-of-conduct/
44
redirect_from:
55
- /codeofconduct/
66
title: Code of Conduct
7-
columns: 10
87
---
98

109
CWL Code of Conduct

0 commit comments

Comments
 (0)