Skip to content

Commit edbd8ff

Browse files
Removed the folder structure for CSS in exercise 10
1 parent 29cea89 commit edbd8ff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

+1-1
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/10-media-queries/columns.css" />
9+
<link rel="stylesheet" href="columns.css" />
1010
</head>
1111

1212
<body>

0 commit comments

Comments
 (0)