Skip to content

Commit 94ee80a

Browse files
committed
Fixed some syntactical issues
1 parent a31cb7d commit 94ee80a

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

src/styles/App.css

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -263,8 +263,8 @@ a.link {
263263
gap: 20px;
264264
}
265265
.project-item-left-column-content {
266-
fontsize: '17px';
267-
lineheight: '1.5';
266+
font-size: '17px';
267+
line-height: '1.5';
268268
margin: '0 0 10px 0';
269269
}
270270

src/styles/output.css

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -886,8 +886,8 @@ a.link {
886886
}
887887

888888
.project-item-left-column-content {
889-
fontsize: '17px';
890-
lineheight: '1.5';
889+
font-size: '17px';
890+
line-height: '1.5';
891891
margin: '0 0 10px 0';
892892
}
893893

0 commit comments

Comments
 (0)