Remove stray comment in CSS

This commit is contained in:
Ludwig Schubert
2017-11-14 22:52:36 -08:00
committed by GitHub
parent 010eed6280
commit b25fd66fd7
+1 -1
View File
@@ -1,6 +1,6 @@
d-article {
contain: layout style;
overflow-x: hidden; // allow overflow y for e.g. hover boxes
overflow-x: hidden;
border-top: 1px solid rgba(0, 0, 0, 0.1);
padding-top: 2rem;
color: rgba(0, 0, 0, 0.8);