mirror of https://gitlab.com/brutaldon/brutaldon
Make some css class names more inaccurate
This commit is contained in:
parent
8c69e65026
commit
347be46795
|
@ -44,13 +44,13 @@ div.card-header-title, div.card-header-icon {
|
|||
@media screen and (min-width: 769px)
|
||||
{
|
||||
.is-max-128 {
|
||||
max-height: 40em;
|
||||
max-width: 40em;
|
||||
max-height: 50%;
|
||||
max-width: 50%;
|
||||
}
|
||||
|
||||
.is-max-256 {
|
||||
max-height: 80em;
|
||||
max-width: 80em;
|
||||
max-height: 100%;
|
||||
max-width: 100%;
|
||||
}
|
||||
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue