LEFT | RIGHT |
1 @font-face | 1 @font-face |
2 { | 2 { |
3 font-family: "Source Sans Pro"; | 3 font-family: "Source Sans Pro"; |
4 font-style: normal; | 4 font-style: normal; |
5 font-weight: 400; | 5 font-weight: 400; |
6 font-stretch: normal; | 6 font-stretch: normal; |
7 src: local ("Ø"), | 7 src: local ("Ø"), |
8 url(fonts/SourceSansPro-Regular.woff) format("woff"); | 8 url(fonts/SourceSansPro-Regular.woff) format("woff"); |
9 } | 9 } |
10 | 10 |
(...skipping 28 matching lines...) Expand all Loading... |
39 | 39 |
40 .column | 40 .column |
41 { | 41 { |
42 height: 100vh; | 42 height: 100vh; |
43 display: flex; | 43 display: flex; |
44 align-items: center; | 44 align-items: center; |
45 justify-content: center; | 45 justify-content: center; |
46 flex: 1; | 46 flex: 1; |
47 } | 47 } |
48 | 48 |
49 #graphic-column, .graphic-column | 49 #graphic-column, |
| 50 .graphic-column |
50 { | 51 { |
51 background-color: #8DC446; | 52 background-color: #8DC446; |
52 } | 53 } |
53 | 54 |
54 #content | 55 #content |
55 { | 56 { |
56 padding: 0 3em; | 57 padding: 0 3em; |
57 max-width: 760px; | 58 max-width: 760px; |
58 } | 59 } |
59 | 60 |
(...skipping 177 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
237 .column | 238 .column |
238 { | 239 { |
239 align-items: flex-start; | 240 align-items: flex-start; |
240 } | 241 } |
241 | 242 |
242 html[dir="rtl"] .applestore-button | 243 html[dir="rtl"] .applestore-button |
243 { | 244 { |
244 margin: 0 0 1em 0; | 245 margin: 0 0 1em 0; |
245 } | 246 } |
246 } | 247 } |
LEFT | RIGHT |