mirror of
https://github.com/ant-design/ant-design.git
synced 2024-11-24 11:10:01 +08:00
update feature page style in mobile screen
This commit is contained in:
parent
26a6c021e4
commit
b798ee7520
@ -32,6 +32,16 @@
|
||||
font-size: 14px;
|
||||
margin-top: 16px;
|
||||
}
|
||||
@media only screen and (min-width: 320px) and (max-width: 767px) {
|
||||
.features {
|
||||
width: 100%;
|
||||
text-align: center;
|
||||
margin-bottom: 20px;;
|
||||
}
|
||||
.features img {
|
||||
width: 80%;
|
||||
}
|
||||
}
|
||||
</style>
|
||||
|
||||
---
|
||||
|
Loading…
Reference in New Issue
Block a user