From e374a63acc8ecf21bc5697e2c087394a2b2997c5 Mon Sep 17 00:00:00 2001 From: Jernej Pregelj Date: Wed, 8 May 2019 10:19:32 +0200 Subject: [PATCH] 4 boxes --- client/src/routes/Publish/index.module.scss | 12 ------------ client/src/routes/Publish/index.tsx | 2 +- 2 files changed, 1 insertion(+), 13 deletions(-) diff --git a/client/src/routes/Publish/index.module.scss b/client/src/routes/Publish/index.module.scss index f4b5080..3ef9efe 100644 --- a/client/src/routes/Publish/index.module.scss +++ b/client/src/routes/Publish/index.module.scss @@ -5,18 +5,6 @@ grid-template-columns: 1fr 1fr; grid-gap: $spacer/4; - @media (min-width: $break-point--small) { - & > div:first-child { - grid-column: 1 / span 2; - height: 100%; - min-height: 235px; - - img { - width: 185px; - } - } - } - @media (max-width: $break-point--small) { & > div { grid-column: 1 / span 2; diff --git a/client/src/routes/Publish/index.tsx b/client/src/routes/Publish/index.tsx index 4e8562c..de31b9a 100644 --- a/client/src/routes/Publish/index.tsx +++ b/client/src/routes/Publish/index.tsx @@ -47,7 +47,7 @@ class Publish extends Component<{}, PublishState> {