[pl][nouns] flag sizing

This commit is contained in:
Andrea 2022-02-11 19:15:14 +01:00
parent f30172d1e5
commit 30ee086969
3 changed files with 15 additions and 0 deletions

View File

@ -328,4 +328,9 @@
font-size: $small-font-size;
}
}
@include media-breakpoint-up('md') {
figure {
min-width: 20rem;
}
}
</style>

View File

@ -313,4 +313,9 @@
font-size: $small-font-size;
}
}
@include media-breakpoint-up('md') {
figure {
min-width: 20rem;
}
}
</style>

View File

@ -228,4 +228,9 @@
font-size: $small-font-size;
}
}
@include media-breakpoint-up('md') {
figure {
min-width: 20rem;
}
}
</style>