We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 03d068c commit 8346dc1Copy full SHA for 8346dc1
sass/_extra.scss
@@ -61,30 +61,9 @@ h6:hover .anchor {
61
visibility: visible;
62
}
63
64
-.toc {
65
- border: 1px solid #e0c33f;
66
- background-color: #ffffea;
67
- padding: 16px;
68
- margin-bottom: 16px;
69
-
70
- .toc-header {
71
- font-size: inherit;
72
- font-weight: bold;
73
- margin-bottom: 8px;
74
- }
75
76
- ul {
77
- margin: 0 32px;
78
79
80
- li {
81
- margin: 0;
82
83
84
- @media (min-width: $on-large) {
85
- float: right;
86
- max-width: 256px;
87
- margin-left: 32px;
88
- margin-bottom: 32px;
89
90
-}
+.post-content p img {
+ display: block;
+ margin: 16px auto;
+ padding: 8px;
+ border: 1px solid #e8e8e8;
+}
0 commit comments