bigbuffet-rw/app/styles/dyslexic.scss

15 lines
241 B
SCSS
Raw Normal View History

2020-03-27 13:59:38 -07:00
.dyslexic {
2020-05-15 20:48:08 -07:00
font-family: 'OpenDyslexic' !important;
2020-09-27 22:01:36 -07:00
margin-bottom: 8px;
2020-03-27 13:59:38 -07:00
}
body.dyslexic {
2020-05-15 20:48:08 -07:00
@media screen and (max-width: $nav-breakpoint-2) {
2020-05-28 17:58:37 -07:00
.column-header > button,
.column-header > .btn {
2020-05-15 20:48:08 -07:00
font-size: 11px;
}
}
2020-03-27 13:59:38 -07:00
}