mobile phone sizing
This commit is contained in:
parent
fbfe7bbb2a
commit
39b822a6f9
22
a11y.css
22
a11y.css
@ -30,3 +30,25 @@
|
|||||||
body.opendyslexic {
|
body.opendyslexic {
|
||||||
font-family: OpenDyslexic;
|
font-family: OpenDyslexic;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@media (max-width: 600px) {
|
||||||
|
#accessibility-btn {
|
||||||
|
bottom: 20px;
|
||||||
|
left: 20px;
|
||||||
|
width: 50px;
|
||||||
|
height: 50px;
|
||||||
|
padding: 0;
|
||||||
|
border-radius: 50%;
|
||||||
|
}
|
||||||
|
|
||||||
|
#accessibility-btn svg {
|
||||||
|
width: 1em;
|
||||||
|
height: 1em;
|
||||||
|
}
|
||||||
|
|
||||||
|
.accessibility-menu {
|
||||||
|
left: 20px;
|
||||||
|
right: 20px;
|
||||||
|
width: auto;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user