Minor grammar and mobile style fixes

This commit is contained in:
Tom Moor
2019-01-11 21:46:58 -08:00
parent 5ba1522ada
commit 394adf97f8
5 changed files with 9 additions and 7 deletions

View File

@@ -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 teams 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 &amp; Secure</h2>
<p>
Outline provides a secure place for your teams
Outline provides a secure place for your teams
documentation on our hosted platform, stored in portable
Markdown format. Or, you can run your own copy its open
source!

View File

@@ -54,7 +54,7 @@ export default function Privacy() {
identifying information is to better understand how Outlines 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>

View File

@@ -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;
`};
`;