mirror of
https://gitlab.com/brutaldon/brutaldon
synced 2025-06-05 21:49:32 +02:00
Make some css class names more inaccurate
This commit is contained in:
@@ -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;
|
||||
|
@@ -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;
|
||||
|
Reference in New Issue
Block a user