Skip to content

Commit 3a7a5bc

Browse files
committed
Merge pull request #4 from Polymer/ui-polish
Fix shop-detail layout in mobile
2 parents 8e6366c + 2274419 commit 3a7a5bc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/shop-detail.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@
103103

104104
@media (max-width: 767px) {
105105

106-
:host {
106+
#content {
107107
@apply(--layout-vertical);
108108
@apply(--layout-center);
109109
}
@@ -113,7 +113,7 @@
113113
width: 80%;
114114
}
115115

116-
#content {
116+
.detail {
117117
box-sizing: border-box;
118118
margin: 32px 0;
119119
padding: 0 24px;

0 commit comments

Comments
 (0)