Skip to content

Commit

Permalink
Updates layout of docs
Browse files Browse the repository at this point in the history
  • Loading branch information
davidmerfield committed Jan 31, 2023
1 parent 442b43a commit d770e55
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 5 deletions.
4 changes: 1 addition & 3 deletions app/brochure/views/css/blot.css
Expand Up @@ -23,9 +23,7 @@ body {
body {
background: var(--background-color);
color: var(--text-color);
font: var(--font-size)/1.5 'Inter', -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica,
"Apple Color Emoji", Arial, sans-serif, "Segoe UI Emoji", "Segoe UI Symbol";
letter-spacing: -0.004em;
font: var(--font-size)/1.5 ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol,Noto Color Emoji;
font-weight: 400;
-webkit-text-size-adjust: 100%;
-ms-text-size-adjust: 100%;
Expand Down
4 changes: 2 additions & 2 deletions app/brochure/views/how/index.html
Expand Up @@ -61,7 +61,7 @@ <h2>Sync your folder</h2>

<li><a href="/how/sync/dropbox">
<img src="/how/sync/dropbox.svg">
<span class="a">Dropbox</span><br>Use a folder in Dropbox</a></li>
<span class="a">Dropbox</span><br>Use a folder in your Dropbox</a></li>

<li><a href="/how/sync/git">
<img src="/how/sync/git.svg">
Expand All @@ -72,7 +72,7 @@ <h2>Sync your folder</h2>

<img src="/how/sync/google-drive.svg">

<span class="a">Google Drive</span><br>Use a folder in Drive</a></li>
<span class="a">Google Drive</span><br>Use a folder in your Drive</a></li>
</ul>
<h2 style="margin-bottom:0">Files which become blog posts</h2>
<ul class="clients" style="margin-top: 0">
Expand Down
1 change: 1 addition & 0 deletions app/brochure/views/partials/layout.html
Expand Up @@ -17,6 +17,7 @@

.main-page {
flex-shrink:0;
width: 600px;
max-width: 600px;

}.main-page.full {max-width: 100%}
Expand Down

0 comments on commit d770e55

Please sign in to comment.