fix(aura): drive blur via @media instead of broken argument

This commit is contained in:
Keith Solomon
2026-08-16 12:44:15 -05:00
parent 1caef627a0
commit b0ed0d7a5a
3 changed files with 6 additions and 6 deletions
+1 -3
View File
@@ -14,12 +14,10 @@
*/
namespace KsPortfolio;
$blur = isset( $blur ) && 'desktop' === $blur ? 'aura-layer-2--desktop' : 'aura-layer-2--mobile';
?>
<div class="aura-bg" aria-hidden="true">
<div class="aura-layer-1"></div>
<div class="aura-layer-2 <?php echo esc_attr( $blur ); ?>"></div>
<div class="aura-layer-2"></div>
<div class="aura-grain">
<svg width="100%" height="100%" xmlns="http://www.w3.org/2000/svg" aria-hidden="true">
<filter id="aura-grain-filter">