css for mobile update 2

This commit is contained in:
Stefan Schippers 2023-03-04 19:19:34 +01:00
parent e1b398f3b7
commit 4003747667
1 changed files with 2 additions and 2 deletions

View File

@ -196,7 +196,7 @@ h3{
/* mobile rendering */
@media all and (-webkit-min-device-pixel-ratio: 2) and (min-resolution: 192dpi) and (orientation : portrait){
* {
font-size:18;
font-size:16;
}
.prev {
width: 10%;
@ -219,7 +219,7 @@ h3{
}
@media all and (-webkit-min-device-pixel-ratio: 2) and (min-resolution: 192dpi) and (orientation : landscape){
* {
font-size:22px;
font-size:20px;
}
li{