Self-hostable blog for developers built on Wagtail and Django, with webpack, Bootstrap, and CodeMirror.
blogbootstrapdjangodockerhandcodedpythonself-hostedwagtailwebpack
1.block-title {
2 max-width: 600px;
3 margin: 2rem auto;
4}
5
6.block-rich-text {
7 max-width: 600px;
8 margin: 2rem auto;
9 font-size: 1.2em;
10
11 blockquote {
12 border-left: 4px solid #dee2e6;
13 padding-left: 1rem;
14 }
15}
16
17.block-image {
18 display: flex;
19 align-items: center;
20 justify-content: center;
21 margin: 2rem 0;
22}
23
24.block-image * {
25 width: auto;
26 height: auto;
27 max-height: 75vh;
28 max-width: 100%;
29}
30
31.block-embed {
32 margin: 2rem auto;
33 width: 800px !important;
34 height: 50vh;
35}
36
37.block-embed * {
38 width: 800px !important;
39 height: 50vh;
40}