Skip to content

Commit

Permalink
added favicon
Browse files Browse the repository at this point in the history
  • Loading branch information
cmwharff committed Oct 10, 2024
1 parent c65e1aa commit bdfc29a
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion src/app.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<head>
<meta charset="utf-8" />
<!--suppress HtmlUnknownTarget -->
<!-- <link rel="icon" href="%sveltekit.assets%/favicon.png" />-->
<link rel="icon" href="/img/favicon.png" />
<meta name="viewport" content="width=device-width" />
<title>ENES 100</title>
%sveltekit.head%
Expand Down
8 changes: 4 additions & 4 deletions src/routes/+page.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -509,9 +509,9 @@
.home_content .lab_status {
width: 100%;
}
.home_content .quick_links h1 {
/* .home_content .quick_links h1 {
padding-left: 5%;
}
} */
.home_content .lab_status .lab_content {
flex-direction: column;
}
Expand All @@ -531,9 +531,9 @@
.home_content .lab_status {
width: 100%;
}
.home_content .quick_links h1 {
/* .home_content .quick_links h1 {
padding-left: 5%;
}
} */
.home_content .lab_status .lab_content {
flex-direction: column;
}
Expand Down
Binary file added static/img/favicon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit bdfc29a

Please sign in to comment.