css for mobile update

This commit is contained in:
Stefan Schippers 2023-03-04 19:17:00 +01:00
parent a01dbcb457
commit e1b398f3b7
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:20px;
font-size:18;
}
.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:25px;
font-size:22px;
}
li{