We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3e820ce commit 0484c57Copy full SHA for 0484c57
learn/tasks/rwd/marking.md
@@ -19,11 +19,11 @@ There is no one right answer however the following code demontrates how simply t
19
}
20
21
header li {
22
- margin: 0; / *remove the margin used in the mobile design */
+ margin: 0; /* remove the margin used in the mobile design */
23
24
25
header a {
26
- border: 0; /*remove the border used in the mobile design */
+ border: 0; /* remove the border used in the mobile design */
27
28
29
main {
0 commit comments