Skip to content
Snippets Groups Projects
Commit 182b17e2 authored by Kevin Lin's avatar Kevin Lin :sparkles:
Browse files

_sass: Responsive module layout

parent 616f8268
No related branches found
No related tags found
No related merge requests found
......@@ -4,7 +4,6 @@
.module-date {
@extend .card-header;
flex: 0 0 12.5%;
}
.module-header {
......@@ -37,15 +36,25 @@
}
.module {
flex-direction: row;
.module-header,
.module-body {
flex: 1;
.module-header {
@extend .fw-500;
}
&:last-child {
border-bottom: none;
}
@include mq(sm) {
flex-direction: row;
.module-date,
.module-body {
flex: 0 0 20%;
}
.module-header {
flex: 1;
}
}
}
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment