Skip to content

Commit 1119516

Browse files
committed
Update style.css
1 parent 67befb0 commit 1119516

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

style.css

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -142,9 +142,15 @@ pre code {
142142
}
143143

144144
figure img {
145+
display: block;
146+
margin: 0 auto;
145147
max-width: 100%;
146148
}
147149

150+
figcaption {
151+
text-align: center;
152+
}
153+
148154
ul li a {
149155
font-weight: bold;
150156
}
@@ -162,7 +168,7 @@ ul li ul a {
162168

163169

164170
table {
165-
margin-bottom: 10px
171+
margin: 10px auto;
166172
}
167173

168174
thead {
@@ -208,4 +214,4 @@ td,th {
208214
margin: 0;
209215
overflow: visible;
210216
padding: .5em 1em
211-
}
217+
}

0 commit comments

Comments
 (0)