mirror of
https://github.com/zhigang1992/react-native-paper.git
synced 2026-06-11 00:08:51 +08:00
43 lines
559 B
CSS
43 lines
559 B
CSS
.screenshots {
|
|
padding: 12px 0 4px 0;
|
|
margin: 0 -4px;
|
|
}
|
|
|
|
.screenshots img {
|
|
display: inline-block;
|
|
width: 280px;
|
|
height: auto;
|
|
}
|
|
|
|
.screenshots img.medium {
|
|
width: 420px;
|
|
}
|
|
|
|
.screenshots img.large {
|
|
display: block;
|
|
width: 560px;
|
|
}
|
|
|
|
.screenshots > figure {
|
|
display: inline-flex;
|
|
flex-direction: column;
|
|
margin: 4px;
|
|
}
|
|
|
|
.screenshots > img {
|
|
margin: 4px;
|
|
}
|
|
|
|
.screenshots figcaption {
|
|
color: #616161;
|
|
font-size: 13px;
|
|
line-height: 24px;
|
|
margin-top: 10px;
|
|
}
|
|
|
|
@media (min-width: 1100px) {
|
|
.screenshots img {
|
|
width: 240px;
|
|
}
|
|
}
|