[pl][nouns] flag sizing

This commit is contained in:
Andrea Vos 2022-02-11 20:55:14 +01:00
parent c12ce22eb1
commit 9b4d20b6ee
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>