mirror of
https://gitlab.com/PronounsPage/PronounsPage.git
synced 2025-09-24 05:05:20 -04:00
[pl][nouns] flag sizing
This commit is contained in:
parent
c12ce22eb1
commit
9b4d20b6ee
@ -328,4 +328,9 @@
|
||||
font-size: $small-font-size;
|
||||
}
|
||||
}
|
||||
@include media-breakpoint-up('md') {
|
||||
figure {
|
||||
min-width: 20rem;
|
||||
}
|
||||
}
|
||||
</style>
|
||||
|
@ -313,4 +313,9 @@
|
||||
font-size: $small-font-size;
|
||||
}
|
||||
}
|
||||
@include media-breakpoint-up('md') {
|
||||
figure {
|
||||
min-width: 20rem;
|
||||
}
|
||||
}
|
||||
</style>
|
||||
|
@ -228,4 +228,9 @@
|
||||
font-size: $small-font-size;
|
||||
}
|
||||
}
|
||||
@include media-breakpoint-up('md') {
|
||||
figure {
|
||||
min-width: 20rem;
|
||||
}
|
||||
}
|
||||
</style>
|
||||
|
Loading…
x
Reference in New Issue
Block a user