Skip to content

Commit 60d5f07

Browse files
ctruedenmattxwang
authored andcommitted
Center statbox images instead of floating left
And let the images be a little larger, since there is room now. This accomplishes what b68cd66 was trying (but failed) to do.
1 parent 5d1d8ac commit 60d5f07

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

assets/css/layout.scss

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -439,9 +439,9 @@ $leftColumnArrowOffset: $sidebarWidth - 2*$sidebarMargin - 2*$sidebarPadding - 3
439439
}
440440

441441
#statbox #statbox-image {
442-
float: left;
443-
max-width: 128px;
444-
max-height: 128px;
442+
max-width: 180px;
443+
margin-left: auto;
444+
margin-right: auto;
445445
}
446446

447447
#statbox #statbox-name {

0 commit comments

Comments
 (0)