Skip to content
This repository was archived by the owner on Apr 9, 2019. It is now read-only.

Commit a0f7eab

Browse files
committed
Example CSS
1 parent dc938e4 commit a0f7eab

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

examples/assets/example.css

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,9 @@ main {
1010
margin: 0 auto;
1111
}
1212

13-
@media (max-width: 520px) {
14-
.main {
15-
width: 100%
13+
@media screen and (max-width: 360px) {
14+
main {
15+
width: auto;
1616
}
1717
}
1818

@@ -48,6 +48,7 @@ p {
4848
}
4949

5050
.ReactNavigationControllerViewContent {
51+
padding: 1em;
5152
color: white;
5253
}
5354

@@ -62,7 +63,7 @@ p {
6263

6364
.ReactNavigationControllerViewContent button {
6465
display: block;
65-
padding: 1em 2em;
66+
padding: 1em 1.5em;
6667
margin: 1em auto;
6768
background-color: transparent;
6869
border: 2px solid white;

0 commit comments

Comments
 (0)