Different page icon size for mobile

master
Bob Mottram 2019-08-28 13:11:50 +01:00
parent faa62eba39
commit ef5c02b386
1 changed files with 6 additions and 0 deletions

View File

@ -776,6 +776,9 @@ input[type=checkbox]
cursor: pointer;
margin: 5px;
}
.pageicon {
width: 4%;
}
}
@media screen and (max-width: 1000px) {
@ -846,4 +849,7 @@ input[type=checkbox]
cursor: pointer;
margin: 15px;
}
.pageicon {
width: 8%;
}
}