css for mobile update 2
This commit is contained in:
parent
e1b398f3b7
commit
4003747667
|
|
@ -196,7 +196,7 @@ h3{
|
||||||
/* mobile rendering */
|
/* mobile rendering */
|
||||||
@media all and (-webkit-min-device-pixel-ratio: 2) and (min-resolution: 192dpi) and (orientation : portrait){
|
@media all and (-webkit-min-device-pixel-ratio: 2) and (min-resolution: 192dpi) and (orientation : portrait){
|
||||||
* {
|
* {
|
||||||
font-size:18;
|
font-size:16;
|
||||||
}
|
}
|
||||||
.prev {
|
.prev {
|
||||||
width: 10%;
|
width: 10%;
|
||||||
|
|
@ -219,7 +219,7 @@ h3{
|
||||||
}
|
}
|
||||||
@media all and (-webkit-min-device-pixel-ratio: 2) and (min-resolution: 192dpi) and (orientation : landscape){
|
@media all and (-webkit-min-device-pixel-ratio: 2) and (min-resolution: 192dpi) and (orientation : landscape){
|
||||||
* {
|
* {
|
||||||
font-size:22px;
|
font-size:20px;
|
||||||
}
|
}
|
||||||
|
|
||||||
li{
|
li{
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue