source: main/trunk/model-sites-dev/pei-jones/wrapper-style/timeline/css/responsive.css@ 31793

Last change on this file since 31793 was 31793, checked in by kjdon, 7 years ago

committing core files for pei jones project

  • Property svn:executable set to *
File size: 851 bytes
RevLine 
[31793]1/* Smartphones (landscape and portrait) ----------- */
2@media screen and (max-width: 768px) {
3
4 * {
5 max-width: 460px;
6 }
7
8 div.timelineToggle {
9 float:none;
10 }
11
12 .timelineEvent div.media {
13 display:none;
14 float:none;
15 }
16
17 .timelineMinor dt {
18 white-space: normal;
19 }
20
21 .timelineMinor dd h3 {
22 white-space: normal;
23 }
24
25 div#timelineContainer {
26 }
27
28 .timelineMinor dd {
29 width:100%;
30 }
31
32 dl.timelineMinor {
33 float:none;
34 }
35
36 .timelineEvent p {
37 float:none;
38 width:100%;
39 }
40
41 .timelineEvent blockquote {
42 float:none;
43 width:200px;
44 }
45}
46/* Smartphones (portrait) ----------- */
47@media only screen and (max-width : 320px) {
48
49 * {
50 max-width: 300px;
51 }
52
53}
Note: See TracBrowser for help on using the repository browser.