aboutsummaryrefslogtreecommitdiffstats
path: root/packages/website/ts/components/sections/landing/clients.tsx
diff options
context:
space:
mode:
authorFabio Berger <me@fabioberger.com>2019-01-12 00:12:55 +0800
committerFabio Berger <me@fabioberger.com>2019-01-12 00:12:55 +0800
commit96ff5eef644b8c4d3f8fc4ec53270991fb51f121 (patch)
tree530f43b03d2b3aa09b5f6552d4285df92d45fed0 /packages/website/ts/components/sections/landing/clients.tsx
parent7f5a2c972bb86df77c423fb7029e9a629ecc1ede (diff)
parent2cf57a48dd2857dd5cf2f31f4c60dd47ae4d34a5 (diff)
downloaddexon-0x-contracts-96ff5eef644b8c4d3f8fc4ec53270991fb51f121.tar
dexon-0x-contracts-96ff5eef644b8c4d3f8fc4ec53270991fb51f121.tar.gz
dexon-0x-contracts-96ff5eef644b8c4d3f8fc4ec53270991fb51f121.tar.bz2
dexon-0x-contracts-96ff5eef644b8c4d3f8fc4ec53270991fb51f121.tar.lz
dexon-0x-contracts-96ff5eef644b8c4d3f8fc4ec53270991fb51f121.tar.xz
dexon-0x-contracts-96ff5eef644b8c4d3f8fc4ec53270991fb51f121.tar.zst
dexon-0x-contracts-96ff5eef644b8c4d3f8fc4ec53270991fb51f121.zip
merge development
Diffstat (limited to 'packages/website/ts/components/sections/landing/clients.tsx')
-rw-r--r--packages/website/ts/components/sections/landing/clients.tsx7
1 files changed, 2 insertions, 5 deletions
diff --git a/packages/website/ts/components/sections/landing/clients.tsx b/packages/website/ts/components/sections/landing/clients.tsx
index 9a68fbf4c..4d83a1d2f 100644
--- a/packages/website/ts/components/sections/landing/clients.tsx
+++ b/packages/website/ts/components/sections/landing/clients.tsx
@@ -86,10 +86,7 @@ export const SectionLandingClients = () => (
</Section>
);
-const StyledProject =
- styled.div <
- StyledProjectInterface >
- `
+const StyledProject = styled.div<StyledProjectInterface>`
flex-shrink: 0;
img {
@@ -99,7 +96,7 @@ const StyledProject =
}
@media (min-width: 768px) {
- width: auto;
+ width: auto;
height: 50px;
margin: 30px;
}