Updated all long style names to be more compact

• Updated:
- all long style names to be more compact
This commit is contained in:
mgabdev
2020-08-18 15:43:06 -05:00
parent e5f4e12b7b
commit d5ad398d53
177 changed files with 1052 additions and 1052 deletions

View File

@@ -10,9 +10,9 @@ export default class About extends React.PureComponent {
render() {
return (
<div className={[_s.default].join(' ')}>
<div className={[_s._].join(' ')}>
<Block>
<div className={[_s.default, _s.px15, _s.py15, _s.mb10].join(' ')}>
<div className={[_s._, _s.px15, _s.py15, _s.mb10].join(' ')}>
<Heading>About Gab.com</Heading>
<Text tagName='p' className={_s.mt15} size='medium'>This is the Gab Social instance of Gab.com. Political speech protected by the First Amendment is welcome on this instance.</Text>
@@ -34,7 +34,7 @@ export default class About extends React.PureComponent {
<Divider />
<div className={[_s.default, _s.px15, _s.py15].join(' ')} id='opensource'>
<div className={[_s._, _s.px15, _s.py15].join(' ')} id='opensource'>
<Heading>Open Source</Heading>
<Text tagName='p' className={_s.mt15} size='medium'>At Gab, we believe that the future of online publishing is decentralized and open. We believe that users of social networks should be able to control their social media experience on their own terms, rather than the terms set down by Big Tech.</Text>