Make some css class names more inaccurate

This commit is contained in:
Jason McBrayer 2018-08-29 13:06:24 -04:00
parent 0aacda646e
commit 8c69e65026
2 changed files with 28 additions and 0 deletions

View File

@ -37,6 +37,20 @@ img.fav-avatar {
}
@media screen and (min-width: 769px)
{
.is-max-128 {
max-height: 40em;
max-width: 40em;
}
.is-max-256 {
max-height: 80em;
max-width: 80em;
}
}
figure.media-left p.image a img
{
border-radius: 5px;

View File

@ -41,6 +41,20 @@ div.card-header-title, div.card-header-icon {
}
@media screen and (min-width: 769px)
{
.is-max-128 {
max-height: 40em;
max-width: 40em;
}
.is-max-256 {
max-height: 80em;
max-width: 80em;
}
}
figure.media-left p.image a img
{
border-radius: 5px;