mirror of https://gitlab.com/bashrc2/epicyon
Different page icon size for mobile
parent
faa62eba39
commit
ef5c02b386
|
@ -776,6 +776,9 @@ input[type=checkbox]
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
margin: 5px;
|
margin: 5px;
|
||||||
}
|
}
|
||||||
|
.pageicon {
|
||||||
|
width: 4%;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
@media screen and (max-width: 1000px) {
|
@media screen and (max-width: 1000px) {
|
||||||
|
@ -846,4 +849,7 @@ input[type=checkbox]
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
margin: 15px;
|
margin: 15px;
|
||||||
}
|
}
|
||||||
|
.pageicon {
|
||||||
|
width: 8%;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue