Skip to content

Commit b0ad00f

Browse files
Update
Co-Authored-By: JehanKandy <jehankandy@gmail.com>
1 parent 6160630 commit b0ad00f

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

jkcss/jkcss.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
.main-content {
22
margin: 0 250px;
3-
color: blue;
3+
color: red;
44
}

jkcss/jkcss.min.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
.main-content{margin:0 250px;color:blue}
1+
.main-content{margin:0 250px;color:red}

jkcss/jkcss.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
.main-content{
22
margin: 0 250px;
3-
color: blue;
3+
color: red;
44
}

0 commit comments

Comments
 (0)