This commit is contained in:
Kseninia Mikhaylova 2024-07-23 11:00:44 +03:00
parent 3445acbcdf
commit 603fbb24b7
1 changed files with 5 additions and 1 deletions

View File

@ -216,7 +216,7 @@ a[href^="#"] {
}
&-title {
@apply col-span-4 font-bold text-lg text-end mt-4;
@apply col-span-4 font-bold text-lg text-end xl:mt-4 mb-4 xl:mb-0;
}
}
@ -302,6 +302,10 @@ button {
&_checkbox {
@apply w-full xl:w-auto flex-row xl:flex-initial flex-nowrap
}
input[type=range] {
@apply min-w-[calc(100%-8rem)] xl:min-w-min;
}
}
}