From 7c5f32d835634e49340c2ed80f5f34622af17c5b Mon Sep 17 00:00:00 2001 From: sunda <> Date: Mon, 1 Nov 2021 23:35:55 +0100 Subject: [PATCH] deleted comments --- src/layouts/InfoLayout/styles.js | 4 ---- 1 file changed, 4 deletions(-) diff --git a/src/layouts/InfoLayout/styles.js b/src/layouts/InfoLayout/styles.js index 48da777..c7f9832 100644 --- a/src/layouts/InfoLayout/styles.js +++ b/src/layouts/InfoLayout/styles.js @@ -34,9 +34,6 @@ export const Wrapper = styled.div` h3 { color: ${props => props.theme.foreground}; } - /* a { - color: ${props => props.theme.highlight}; - } */ button { color: ${props => props.theme.foreground}; @@ -119,7 +116,6 @@ export const Content = styled.div` img.img-logo { max-height: 80px; mix-blend-mode: exclusion; - /* padding: 1em; */ } `