Newer
Older
@use 'styles/settings'as s;
@use 'styles/mixins'as mx;
@use 'styles/functions'as fn;
.tasks-page {
h2 {
margin-top: 40px;
}
@include mx.breakpoint(large) {
font-size: fn.toRem(24);
}
}
.tasks-container {
margin-top: 50px;
.task {
margin-bottom: 30px;