mirror of
https://github.com/photonstorm/phaser
synced 2024-11-13 08:27:25 +00:00
Merge pull request #428 from JoeAnzalone/1.2
Make header image on labs site responsive
This commit is contained in:
commit
06273211ad
1 changed files with 5 additions and 1 deletions
|
@ -31,11 +31,15 @@ body {
|
|||
|
||||
#atombender {
|
||||
background: url(../../examples/_site/labs/bg.png) repeat-x;
|
||||
height: 579px;
|
||||
overflow: hidden;
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
#atombender img {
|
||||
max-width: 100%;
|
||||
vertical-align: bottom;
|
||||
}
|
||||
|
||||
#photonstorm {
|
||||
margin: 16px 0px;
|
||||
color: white;
|
||||
|
|
Loading…
Reference in a new issue