Skip to content
This repository was archived by the owner on Feb 27, 2023. It is now read-only.

Commit 29cea89

Browse files
Changed folder from exercise 9 to 10 so that the CSS is picked up
1 parent 8beff3f commit 29cea89

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

week-2/10-media-queries/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<title>10. Media Queries - HTML, CSS and Git Exercises</title>
77
<link rel="stylesheet" href="/css/normalize.css" />
88
<link rel="stylesheet" href="/css/week2-media-queries.css" />
9-
<link rel="stylesheet" href="/week-2/9-media-queries/columns.css" />
9+
<link rel="stylesheet" href="/week-2/10-media-queries/columns.css" />
1010
</head>
1111

1212
<body>

0 commit comments

Comments
 (0)