Skip to content

Commit ed52ebb

Browse files
committed
revert faulty mobile.css, replace with correct one
1 parent 26da22f commit ed52ebb

2 files changed

Lines changed: 16 additions & 78 deletions

File tree

css/mobile.css

Lines changed: 16 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
/*990*/
12
@media only screen and (max-width: 580px) { /* line 6, ../sass/mobile.scss */
23
#sidebar { position: static; width: auto; height: auto; }
34
/* line 12, ../sass/mobile.scss */
@@ -9,18 +10,18 @@
910
/* line 27, ../sass/mobile.scss */
1011
.panel { flex-flow: column; margin: 30px; }
1112
/* line 32, ../sass/mobile.scss */
12-
.panel summary + summary { margin-right: auto; }
13-
/* line 36, ../sass/mobile.scss */
13+
.panel summary + summary { margin-right: auto; margin-left: 0px; }
14+
/* line 37, ../sass/mobile.scss */
1415
.panel.left { padding: 80px 0px; }
15-
/* line 40, ../sass/mobile.scss */
16+
/* line 41, ../sass/mobile.scss */
1617
.panel.right summary { flex: 1; order: 2; }
17-
/* line 45, ../sass/mobile.scss */
18-
.panel.right img { order: 1; height: 120px; margin-right: auto; margin-bottom: 50px; }
19-
/* line 52, ../sass/mobile.scss */
18+
/* line 46, ../sass/mobile.scss */
19+
.panel.right img { order: 1; height: 120px; margin-right: auto; margin-bottom: 50px; margin-left: 0px; }
20+
/* line 54, ../sass/mobile.scss */
2021
.box { padding: 20px 24px 14px; }
21-
/* line 56, ../sass/mobile.scss */
22+
/* line 58, ../sass/mobile.scss */
2223
app-bar a { display: none; }
23-
/* line 60, ../sass/mobile.scss */
24+
/* line 62, ../sass/mobile.scss */
2425
.bar { height: 60px; }
2526
/* Force table to not be like tables anymore */
2627
/* line 7, ../sass/_tables.scss */
@@ -56,13 +57,15 @@
5657
.fouc-table td:nth-of-type(1):before { content: "Class Name"; }
5758
/* line 39, ../sass/_tables.scss */
5859
.fouc-table td:nth-of-type(2):before { content: "Applied Behavior"; }
59-
/* line 68, ../sass/mobile.scss */
60+
/* line 70, ../sass/mobile.scss */
6061
#future polymer-ui-toolbar button:nth-child(1) { display: none; }
61-
/* line 72, ../sass/mobile.scss */
62+
/* line 74, ../sass/mobile.scss */
6263
footer { padding: 65px 35px; }
63-
/* line 76, ../sass/mobile.scss */
64+
/* line 78, ../sass/mobile.scss */
6465
footer polymer-ui-toolbar { height: 170px; }
65-
/* line 80, ../sass/mobile.scss */
66+
/* line 82, ../sass/mobile.scss */
6667
footer polymer-ui-toolbar .paper-button { padding-bottom: 30px; }
67-
/* line 85, ../sass/mobile.scss */
68+
/* line 87, ../sass/mobile.scss */
6869
footer polymer-ui-toolbar.flexbox.align-center { -webkit-box-orient: vertical; -webkit-flex-direction: column; -moz-flex-direction: column; -ms-flex-direction: column; -o-flex-direction: column; flex-direction: column; -webkit-box-align: flex-start; -webkit-align-items: flex-start; -moz-align-items: flex-start; -ms-align-items: flex-start; -o-align-items: flex-start; align-items: flex-start; -webkit-box-pack: flex-start; -webkit-justify-content: flex-start; -moz-justify-content: flex-start; -ms-justify-content: flex-start; -o-justify-content: flex-start; justify-content: flex-start; height: 170px; } }
70+
@media only screen and (min-width: 581px) and (max-width: 990px) { /* line 98, ../sass/mobile.scss */
71+
#architecture .box { padding: 20px 24px 14px; } }

sass/mobile.css

Lines changed: 0 additions & 65 deletions
This file was deleted.

0 commit comments

Comments
 (0)