Skip to content

Commit

Permalink
Add favicon and remove useless css spaces
Browse files Browse the repository at this point in the history
  • Loading branch information
AsteroidusTv committed May 12, 2024
1 parent f927581 commit 4b98e93
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
Binary file added templates/images/favicon.ico
Binary file not shown.
5 changes: 4 additions & 1 deletion templates/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">

<!-- Favicon -->
<link rel="icon" type="image/x-icon" href="./images/favicon.ico">

<!-- Styles -->
<link rel="stylesheet" href="./styles/styles.css">
<link rel="stylesheet" href="./styles/header.css">
Expand All @@ -18,7 +21,7 @@
<script src="./scripts/scripts.js" defer></script>
<script src="./scripts/popup.js" defer></script>

<title>Document</title>
<title>CESCO LEAK</title>
</head>
<body>
<!-- Main header -->
Expand Down
3 changes: 2 additions & 1 deletion templates/styles/standard-assets/popup.css
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,6 @@
.standard-popup-close.comment-popup {
transform: translate(310px, -200px);
}

}

@media screen and (max-width: 521px) {
Expand Down Expand Up @@ -224,6 +223,8 @@
}
}


/* Fade in/out aniamtions for popups */
@keyframes fade-in {
0% {
opacity: 0;
Expand Down

0 comments on commit 4b98e93

Please sign in to comment.