optimize style

This commit is contained in:
OttoMao 2015-08-06 15:40:11 +08:00
parent bec5458e45
commit 1f8153d83e
2 changed files with 13 additions and 0 deletions

View File

@ -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;

View File

@ -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;