aboutsummaryrefslogtreecommitdiffstats
path: root/packages/website/ts/@next/constants/globalStyle.tsx
diff options
context:
space:
mode:
authorFred Carlsen <fred@sjelfull.no>2018-12-07 18:00:34 +0800
committerFred Carlsen <fred@sjelfull.no>2018-12-07 18:00:34 +0800
commiteb137cf576ab0e6adf3743ea30bef06fb7a8512f (patch)
treeae3666c5c882694161da23c2cf974cbe01445f16 /packages/website/ts/@next/constants/globalStyle.tsx
parentf88ff698a498293c2eebdd97d68789f0d9ed7be1 (diff)
downloaddexon-0x-contracts-eb137cf576ab0e6adf3743ea30bef06fb7a8512f.tar
dexon-0x-contracts-eb137cf576ab0e6adf3743ea30bef06fb7a8512f.tar.gz
dexon-0x-contracts-eb137cf576ab0e6adf3743ea30bef06fb7a8512f.tar.bz2
dexon-0x-contracts-eb137cf576ab0e6adf3743ea30bef06fb7a8512f.tar.lz
dexon-0x-contracts-eb137cf576ab0e6adf3743ea30bef06fb7a8512f.tar.xz
dexon-0x-contracts-eb137cf576ab0e6adf3743ea30bef06fb7a8512f.tar.zst
dexon-0x-contracts-eb137cf576ab0e6adf3743ea30bef06fb7a8512f.zip
Mobile tweaks
Diffstat (limited to 'packages/website/ts/@next/constants/globalStyle.tsx')
-rw-r--r--packages/website/ts/@next/constants/globalStyle.tsx10
1 files changed, 5 insertions, 5 deletions
diff --git a/packages/website/ts/@next/constants/globalStyle.tsx b/packages/website/ts/@next/constants/globalStyle.tsx
index 82dfcd84f..38077c78c 100644
--- a/packages/website/ts/@next/constants/globalStyle.tsx
+++ b/packages/website/ts/@next/constants/globalStyle.tsx
@@ -56,11 +56,11 @@ const GlobalStyles = withTheme(createGlobalStyle<GlobalStyle> `
--smallHeadingHeight: 1.4em; // TO DO
--defaultHeadingHeight: 1.357142857em; // TO DO
--mediumHeadingHeight: 1.16em; // TO DO
- --largeHeadingHeight: 1em; // TO DO
+ --largeHeadingHeight: 1.108695652em; // TO DO
--smallParagraph: 14px; // TO DO
- --defaultParagraph: 18px; // TO DO
- --mediumParagraph: 22px; // TO DO
- --largeParagraph: 28px; // TO DO
+ --defaultParagraph: 16px; // TO DO
+ --mediumParagraph: 16px; // TO DO
+ --largeParagraph: 18px; // TO DO
}
}
@@ -82,7 +82,7 @@ const GlobalStyles = withTheme(createGlobalStyle<GlobalStyle> `
overflow: hidden;
}
- img {
+ img, svg {
max-width: 100%;
object-fit: contain;
}