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 67befb0 commit 1119516Copy full SHA for 1119516
style.css
@@ -142,9 +142,15 @@ pre code {
142
}
143
144
figure img {
145
+ display: block;
146
+ margin: 0 auto;
147
max-width: 100%;
148
149
150
+figcaption {
151
+ text-align: center;
152
+}
153
+
154
ul li a {
155
font-weight: bold;
156
@@ -162,7 +168,7 @@ ul li ul a {
162
168
163
169
164
170
table {
165
- margin-bottom: 10px
171
+ margin: 10px auto;
166
172
167
173
174
thead {
@@ -208,4 +214,4 @@ td,th {
208
214
margin: 0;
209
215
overflow: visible;
210
216
padding: .5em 1em
211
-}
217
0 commit comments