Make css names accurate again

This commit is contained in:
Jason McBrayer 2018-08-29 13:11:02 -04:00
parent 347be46795
commit 3f84d26e41
2 changed files with 8 additions and 24 deletions

View File

@ -27,34 +27,18 @@ div.card-header-title, div.card-header-icon {
padding: 1.5ex; padding: 1.5ex;
} }
@media screen and (max-width: 768px)
{
.is-max-128 {
max-height: 128px;
max-width: 128px;
}
.is-max-256 {
max-height: 256px;
max-width: 256px;
}
.is-max-128 {
max-height: 128px;
max-width: 128px;
} }
@media screen and (min-width: 769px) .is-max-256 {
{ max-height: 256px;
.is-max-128 { max-width: 256px;
max-height: 50%;
max-width: 50%;
}
.is-max-256 {
max-height: 100%;
max-width: 100%;
}
} }
figure.media-left p.image a img figure.media-left p.image a img
{ {
border-radius: 5px; border-radius: 5px;

View File

@ -72,7 +72,7 @@
{% if media.description %} {% if media.description %}
title="{{ media.description }}" title="{{ media.description }}"
{% endif %} {% endif %}
class="image is-max-128"> class="image is-max-256">
</a> </a>
{% endfor %} {% endfor %}
</div> </div>