Fix oversized images in event lists

This commit is contained in:
Drew DeVault 2019-08-24 13:33:13 +09:00
parent 5f5b59b67b
commit 7fe113cc82
2 changed files with 8 additions and 1 deletions

View File

@ -222,3 +222,10 @@ select.form-control {
#description-field img {
max-width: 100%;
}
.dashboard {
.event img {
max-width: 100%;
max-height: 250px;
}
}

View File

@ -1,6 +1,6 @@
{% extends "layout.html" %}
{% block body %}
<div class="container">
<div class="container dashboard">
<div class="row">
<div class="col-md-4">
{% if user %}