Minor grammar and mobile style fixes
This commit is contained in:
@@ -47,7 +47,7 @@ function Home(props: Props) {
|
||||
<Feature>
|
||||
<h2>Improve Communication</h2>
|
||||
<p>
|
||||
Easily structure your teams information in one central,
|
||||
Easily structure your team’s information in one central,
|
||||
structured location. No more hunting through folders or
|
||||
scanning pages of search results and chat conversations.
|
||||
</p>
|
||||
@@ -55,7 +55,7 @@ function Home(props: Props) {
|
||||
<Feature>
|
||||
<h2>Safe & Secure</h2>
|
||||
<p>
|
||||
Outline provides a secure place for your teams
|
||||
Outline provides a secure place for your team’s
|
||||
documentation on our hosted platform, stored in portable
|
||||
Markdown format. Or, you can run your own copy – it’s open
|
||||
source!
|
||||
|
||||
@@ -54,7 +54,7 @@ export default function Privacy() {
|
||||
identifying information is to better understand how Outline’s visitors
|
||||
use its website. From time to time, Outline may release
|
||||
non-personally-identifying information in the aggregate, e.g., by
|
||||
publishing a report on trends in the usage of its website. p> Outline
|
||||
publishing a report on trends in the usage of its website. Outline
|
||||
also collects potentially personally-identifying information like
|
||||
Internet Protocol (IP) addresses for logged in users.
|
||||
</p>
|
||||
|
||||
@@ -61,10 +61,12 @@ const Column = styled(Flex)`
|
||||
const Wrapper = styled(Flex)`
|
||||
display: block;
|
||||
justify-content: center;
|
||||
margin-top: 16px;
|
||||
|
||||
${breakpoint('tablet')`
|
||||
display: flex;
|
||||
justify-content: flex-start;
|
||||
margin-top: 0;
|
||||
`};
|
||||
`;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user