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

_sass: Module inline-block -> flexbox for user-select

parent ee5118ac
No related branches found
No related tags found
No related merge requests found
...@@ -22,7 +22,6 @@ ...@@ -22,7 +22,6 @@
} }
p { p {
display: inline-block;
margin: 0; margin: 0;
width: 100%; width: 100%;
...@@ -60,9 +59,15 @@ ...@@ -60,9 +59,15 @@
} }
.module-event { .module-event {
display: flex;
flex-direction: column;
font-weight: 500; font-weight: 500;
grid-column-start: 2; grid-column-start: 2;
@include mq(sm) {
flex-direction: row;
}
+.module-event { +.module-event {
padding-top: 0; padding-top: 0;
} }
......
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