Browse Source

Max Height for Dude and Walter

Thomas Buck 11 years ago
parent
commit
5d19523c7b
1 changed files with 2 additions and 0 deletions
  1. 2
    0
      input/css/style.css

+ 2
- 0
input/css/style.css View File

207
     bottom: 0px;
207
     bottom: 0px;
208
     left: 30px;
208
     left: 30px;
209
     max-width: 20%;
209
     max-width: 20%;
210
+    max-height: 50%;
210
 }
211
 }
211
 
212
 
212
 #walter {
213
 #walter {
214
     bottom: 0px;
215
     bottom: 0px;
215
     right: 30px;
216
     right: 30px;
216
     max-width: 20%;
217
     max-width: 20%;
218
+    max-height: 50%;
217
 }
219
 }
218
 
220
 
219
 #dude:hover {
221
 #dude:hover {

Loading…
Cancel
Save