Skip to content

Commit e0cdbf3

Browse files
committed
Added device only responsive overrides
1 parent 49da3d8 commit e0cdbf3

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

demo/css/demo.css

+13
Original file line numberDiff line numberDiff line change
@@ -102,3 +102,16 @@ body {
102102
margin: auto;
103103
width: 300px;
104104
}
105+
106+
/**
107+
* Responsive overrides.
108+
*/
109+
@media only screen and (min-device-width: 0px) and (max-device-width: 400px) {
110+
#webform-toolkit {
111+
width: auto;
112+
}
113+
114+
#webform-toolkit fieldset {
115+
margin-top: 10px;
116+
}
117+
}

0 commit comments

Comments
 (0)