Skip to content

Commit

Permalink
abstände angepasst resolves #159
Browse files Browse the repository at this point in the history
  • Loading branch information
ManAnRuck committed Mar 21, 2018
1 parent 18d14de commit 4cb041c
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
4 changes: 3 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
### 0.2.1

* Tutorial texte feste Umbrüche entfernt [#160](https://github.com/demokratie-live/democracy-client/issues/160)
* Tutorial
* Fixe Umbrüche entfernt [#160](https://github.com/demokratie-live/democracy-client/issues/160)
* Abstände angepasst [#159](https://github.com/demokratie-live/democracy-client/issues/159)
3 changes: 2 additions & 1 deletion src/screens/Instructions/Slide.js
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ const TextHead = styled.Text`
color: #000;
font-size: 22;
letter-spacing: -0.1;
padding-top: 5;
padding-top: 15;
font-family: ${Platform.OS === "ios"
? "HelveticaNeue-Thin"
: "sans-serif-light"};
Expand All @@ -47,6 +47,7 @@ const TextSub = styled.Text`
: "sans-serif-light"};
font-weight: bold;
text-align: center;
padding-bottom: 18;
`;

const ContainerImages = styled.View`
Expand Down

0 comments on commit 4cb041c

Please sign in to comment.