kopia lustrzana https://gitlab.com/soapbox-pub/soapbox
MissingIndicator: fix background overflow (border-radius)
rodzic
8facd71822
commit
a917d79ec7
|
@ -194,6 +194,11 @@
|
||||||
align-items: center;
|
align-items: center;
|
||||||
justify-content: center;
|
justify-content: center;
|
||||||
padding: 20px;
|
padding: 20px;
|
||||||
|
border-radius: 10px;
|
||||||
|
|
||||||
|
@media screen and (max-width: 580px) {
|
||||||
|
border-radius: 0;
|
||||||
|
}
|
||||||
|
|
||||||
& > div {
|
& > div {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
|
|
Ładowanie…
Reference in New Issue