~linuxgoose/bocpress

427f667b36d056efd6de93cd909f10450a3915fd — Jordan Robinson 13 days ago e063f8f
add img width 100% for byline images
1 files changed, 4 insertions(+), 0 deletions(-)

M main/templates/assets/style.css
M main/templates/assets/style.css => main/templates/assets/style.css +4 -0
@@ 513,6 513,10 @@ form .helptext {
    margin: 16px 0 24px;
}

.byline img {
    width: 100%;
}

.webring {
    margin-top: 64px;
    display: flex;