Skip to content
Snippets Groups Projects
Commit ad9ca270 authored by Kevin Lin's avatar Kevin Lin
Browse files

Remove space after module label, disable user-select on card-meta

parent ef9a73d3
No related branches found
No related tags found
No related merge requests found
......@@ -8,7 +8,7 @@ days:
"**HW 1 out**{: .label .label-hw-out }":
null
2019-04-02:
"**Section**{: .label .label-section } [Intro to Java](#)":
"**Section**{: .label .label-section }[Intro to Java](#)":
"Solution"
2019-04-03:
"[Variables & Objects](#)":
......
......@@ -8,7 +8,7 @@ days:
"**HW 2 out**{: .label .label-hw-out }":
null
2019-04-09:
"**Section**{: .label .label-section } [Linked Lists](#)":
"**Section**{: .label .label-section }[Linked Lists](#)":
"Solution"
2019-04-10:
"[Resizing Arrays](#)":
......
......@@ -34,4 +34,5 @@
@extend .label;
border-radius: $border-radius;
padding-bottom: 0;
user-select: none;
}
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