Skip to content

Commit 0616199

Browse files
committed
Integrate requested changes from element-hq#12142
1 parent 74f7981 commit 0616199

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

res/welcome.html

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -158,14 +158,14 @@
158158
display: none;
159159
}
160160

161-
@media only screen and (max-width : 480px) {
162-
.mx_ButtonRow {
163-
flex-direction: column;
164-
}
165-
166-
.mx_ButtonRow > * {
167-
margin: 0 0 10px 0;
168-
}
161+
@media only screen and (max-width: 480px) {
162+
.mx_ButtonRow {
163+
flex-direction: column;
164+
}
165+
166+
.mx_ButtonRow > * {
167+
margin: 0 0 10px 0;
168+
}
169169
}
170170

171171
</style>

0 commit comments

Comments
 (0)