mirror of
https://github.com/alibaba/anyproxy.git
synced 2025-04-20 14:54:21 +00:00
optimize style
This commit is contained in:
parent
bec5458e45
commit
1f8153d83e
@ -89,6 +89,11 @@ body {
|
||||
position: relative;
|
||||
margin-top: 20px;
|
||||
}
|
||||
@media only screen and (min-device-width: 320px) and (max-device-width: 480px) and (-webkit-min-device-pixel-ratio: 2) {
|
||||
.brief {
|
||||
padding: 60px 0 90px;
|
||||
}
|
||||
}
|
||||
.brief .slogan {
|
||||
font-size: 16px;
|
||||
color: #5a5a5a;
|
||||
|
@ -125,6 +125,14 @@ body{
|
||||
position: relative;
|
||||
margin-top: 20px;
|
||||
|
||||
|
||||
@media only screen
|
||||
and (min-device-width: 320px)
|
||||
and (max-device-width: 480px)
|
||||
and (-webkit-min-device-pixel-ratio: 2){
|
||||
padding: 60px 0 90px;
|
||||
}
|
||||
|
||||
.slogan{
|
||||
font-size: 16px;
|
||||
color: @textDark;
|
||||
|
Loading…
x
Reference in New Issue
Block a user