mirror of
https://github.com/zhigang1992/react-native-paper.git
synced 2026-06-13 01:28:13 +08:00
31 lines
390 B
CSS
31 lines
390 B
CSS
.screenshots {
|
|
padding: 12px 0 4px 0;
|
|
margin: 0 -4px;
|
|
}
|
|
|
|
.screenshots img {
|
|
max-width: 280px;
|
|
height: auto;
|
|
}
|
|
|
|
.screenshots > div {
|
|
display: inline-flex;
|
|
flex-direction: column;
|
|
}
|
|
|
|
.screenshots > * {
|
|
margin: 4px;
|
|
}
|
|
|
|
.screenshots span {
|
|
color: #616161;
|
|
font-size: 13px;
|
|
line-height: 24px;
|
|
}
|
|
|
|
@media (min-width: 1100px) {
|
|
.screenshots img {
|
|
max-width: 240px;
|
|
}
|
|
}
|