fix a little padding and background image weirdness on ios [ci skip]

This commit is contained in:
danielgrippi 2012-05-12 22:56:18 -07:00
parent f14907e64c
commit 70b28105e7

View file

@ -214,6 +214,10 @@
/* responsive */
@media (max-width: 767px) {
#profile {
background-size : 767px;
}
.profile-image-container {
height : 100px;
width : 100px;
@ -225,7 +229,7 @@
}
#profile-header {
padding-bottom : 20px;
padding : 20px;
}
#wallpaper-upload,