Skip to content
This repository was archived by the owner on Jun 23, 2023. It is now read-only.

Commit 46c8322

Browse files
committed
fix logo shadow
1 parent 9188aab commit 46c8322

File tree

4 files changed

+4
-2
lines changed

4 files changed

+4
-2
lines changed

css/sections/header.css

+3-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,9 @@
1616
.logo {
1717
margin-top: 13px;
1818
width: 184px;
19-
box-shadow: 0 2px 24px 0 rgba(0, 0, 0, 0.24);
19+
filter: drop-shadow(10px 10px 25px rgba(0,0,0,0.24));
20+
-webkit-filter: drop-shadow(10px 10px 25px rgba(0,0,0,0.24));
21+
-moz-filter: drop-shadow(10px 10px 25px rgba(0,0,0,0.24));
2022
}
2123

2224
.navigation {

header.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313

1414
<header class="header">
1515
<a href="<?php echo site_url(); ?>">
16-
<img class="logo" src="<?php echo get_theme_file_uri('/images/logo.png'); ?>" alt="Code for Durham logo">
16+
<img class="logo" src="<?php echo get_theme_file_uri('/images/logo/logo_2X.png'); ?>" alt="Code for Durham logo">
1717
</a>
1818
<nav class="navigation">
1919
<ul>

images/logo/logo_1X.png

12.7 KB
Loading

images/logo/logo_2X.png

33.5 KB
Loading

0 commit comments

Comments
 (0)