Skip to content

Commit af6e0a6

Browse files
committed
[spalenque] - fix styles on mobile view
1 parent d5c3269 commit af6e0a6

2 files changed

Lines changed: 3 additions & 2 deletions

File tree

css/widget-styles.css

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -160,7 +160,8 @@
160160
top: 0;
161161
left: 50%;
162162
margin: 64px 0 0 -320px;
163-
width: 640px;
163+
max-width: 640px;
164+
width: 60%;
164165
height: 80%;
165166
-webkit-box-sizing: border-box;
166167
-moz-box-sizing: border-box;

0 commit comments

Comments
 (0)