Skip to content

Commit 6e4cdca

Browse files
committed
minor lint fix
1 parent fdaf03b commit 6e4cdca

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

app/styles/components/public/card.scss

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
text-align: left;
2626

2727
.card-title {
28-
margin-top: 0rem;
28+
margin-top: 0;
2929
}
3030
}
3131
}
@@ -62,7 +62,7 @@
6262
}
6363

6464
/* Responsive: horizontal becomes vertical on small screens */
65-
@media (max-width: 768px) {
65+
@media (width <= 768px) {
6666
&.horizontal {
6767
flex-direction: column;
6868
align-items: center;

0 commit comments

Comments
 (0)