Skip to content

Commit

Permalink
bugs fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
saaqi committed Jul 25, 2023
1 parent 5100cf6 commit ecb0398
Show file tree
Hide file tree
Showing 6 changed files with 5 additions and 4 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
index.html.snapshot
4 changes: 2 additions & 2 deletions assets/css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -161,14 +161,14 @@ ul {
}

.site-title > a {
background: url(../../media/car-club-logo.png) no-repeat left bottom;
background: url(../../media/web-logo.png) no-repeat left bottom;
background-size: contain;
display: block;
height: 76px;
text-indent: -9999px;
margin-bottom: 0;
z-index: -99;
/* filter: drop-shadow(0 0 .3rem rgba(255, 255, 255, 0.3))*/
filter: drop-shadow(1px 1px 1px rgba(0, 0, 0, 0.3))
}

.dark .site-title > a {
Expand Down
2 changes: 1 addition & 1 deletion assets/css/style.min.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
<!-- <link rel="stylesheet" href="src/boxicons.min.css?ver=2.1.4"> -->
<link rel="stylesheet" href="assets/css/bootstrap.min.css?ver=5.3.0.9" media="all">
<link rel="stylesheet" href="assets/css/boxicons.min.css?ver=2.1.4.2">
<link rel="stylesheet" href="assets/css/style.min.css?ver=2.1.20" media="all">
<link rel="stylesheet" href="assets/css/style.min.css?ver=2.1.21" media="all">
<link rel="preload" href="assets/fonts/boxicons.woff2" as="font" type="font/woff2" crossorigin>
<link rel="preload" href="media/header-bg-mobile.webp" as="image" type="image/webp" media="(max-width: 1024px)">
<link rel="preload" href="media/header-bg.webp" as="image" type="image/webp" media="(min-width: 1025px)">
Expand Down
Binary file removed media/car-club-logo.png
Binary file not shown.
Binary file added media/web-logo.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 ecb0398

Please sign in to comment.