Better responsive alignment for the collapse toggler.

This commit is contained in:
Fabio Manganiello 2023-04-20 16:26:05 +02:00
parent e8c96ad35d
commit 6b03451386
Signed by: blacklight
GPG Key ID: D90FBA7F76362774
1 changed files with 6 additions and 0 deletions

View File

@ -147,6 +147,12 @@ export default {
min-height: 3em;
cursor: pointer;
@include from($tablet) {
@include until($desktop) {
margin-left: 3.25em;
}
}
&:hover {
color: $default-hover-fg;
}