From 6ae1a077c669fc57f7ebf418af0e16e03f64e8e1 Mon Sep 17 00:00:00 2001 From: Matt Isenhower Date: Fri, 11 Aug 2017 20:02:21 -0700 Subject: [PATCH] Round the top right corner of the Salmon Run image --- src/css/main.scss | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/css/main.scss b/src/css/main.scss index 7f45053..185912c 100644 --- a/src/css/main.scss +++ b/src/css/main.scss @@ -142,6 +142,10 @@ body.has-modal #main { background-repeat: no-repeat; background-position: 50% 50%; z-index: 1; + + @include desktop { + border-top-right-radius: 10px; + } } .salmon-run-future {