We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 791ace8 + 4b2d97e commit df8396eCopy full SHA for df8396e
public/styles.css
@@ -1,7 +1,4 @@
1
/* Global reset */
2
-
3
-@import "flag-icons/css/flag-icons.min.css";
4
5
* {
6
margin: 0;
7
padding: 0;
src/layouts/HomeLayout.astro
@@ -7,7 +7,12 @@ const { title } = Astro.props;
<meta charset="utf-8" />
8
<title>{title} | Django Girls Tutorial</title>
9
<link rel="stylesheet" href="/styles.css" />
10
- <link rel="stylesheet" href="node_modules/flag-icons/css/flag-icons.min.css">
+ <link
11
+ rel="stylesheet"
12
+ href="https://cdn.jsdelivr.net/npm/flag-icons/css/flag-icons.min.css"
13
+ />
14
+
15
16
</head>
17
<body>
18
<header>
0 commit comments