Skip to content

Commit c740161

Browse files
committed
Make header image on labs site responsive
1 parent 3a59c13 commit c740161

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

labs/css/component.css

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,11 +31,15 @@ body {
3131

3232
#atombender {
3333
background: url(../../examples/_site/labs/bg.png) repeat-x;
34-
height: 579px;
3534
overflow: hidden;
3635
text-align: center;
3736
}
3837

38+
#atombender img {
39+
max-width: 100%;
40+
vertical-align: bottom;
41+
}
42+
3943
#photonstorm {
4044
margin: 16px 0px;
4145
color: white;

0 commit comments

Comments
 (0)