Skip to content

Commit 0484c57

Browse files
committed
Fix typos in RWD marking guide
1 parent 3e820ce commit 0484c57

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

learn/tasks/rwd/marking.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -19,11 +19,11 @@ There is no one right answer however the following code demontrates how simply t
1919
}
2020
2121
header li {
22-
margin: 0; / *remove the margin used in the mobile design */
22+
margin: 0; /* remove the margin used in the mobile design */
2323
}
2424
2525
header a {
26-
border: 0; /*remove the border used in the mobile design */
26+
border: 0; /* remove the border used in the mobile design */
2727
}
2828
2929
main {

0 commit comments

Comments
 (0)