Browse Source
Reduced horizontal margin on shareanalytics/technicaldata modals
develop
Juan Cortes Ross
6 years ago
No known key found for this signature in database
GPG Key ID: 34A99C03E9455EB8
1 changed files with
1 additions and
1 deletions
-
src/components/modals/ShareAnalytics.js
|
|
@ -111,5 +111,5 @@ export const InlineDesc = styled(Box).attrs({ |
|
|
|
ff: 'Open Sans|SemiBold', |
|
|
|
fontSize: 4, |
|
|
|
color: 'dark', |
|
|
|
mx: '45px', |
|
|
|
mx: '15px', |
|
|
|
})`` |
|
|
|