Skip to content

Commit 910ccbd

Browse files
committed
fix: Add missing closing brace in CSS file
1 parent 0310e4a commit 910ccbd

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

website/modules/asset/ui/src/scss/_cases.scss

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -299,7 +299,8 @@
299299
font-size: 16px;
300300
width: 16px;
301301
height: 16px;
302-
302+
}
303+
303304
// Case Study card
304305
.cs_grid {
305306
display: grid;

0 commit comments

Comments
 (0)