add a class for forcing something full width
using this for the occasional figure that I want to be full width but also have the caption stuff, since the default (that I use often) is figures are 30% Signed-off-by: Brian S. Stephan <bss@incorporeal.org>
This commit is contained in:
@@ -116,6 +116,10 @@ img {
|
|||||||
max-width: 75% !important;
|
max-width: 75% !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.full-width {
|
||||||
|
max-width: 100%;
|
||||||
|
}
|
||||||
|
|
||||||
.img-center {
|
.img-center {
|
||||||
display: block;
|
display: block;
|
||||||
clear: both;
|
clear: both;
|
||||||
|
|||||||
Reference in New Issue
Block a user