change width to avoid collisions

This commit is contained in:
2015-07-10 15:04:02 +03:00
parent ccb634708d
commit 97986f4627

View File

@@ -39,7 +39,7 @@ button {
}
/* New click/hide */
#gallery {position:relative; line-height:20px; width:705px; padding:0 0 10px 10px; margin-bottom:100px; height:100%;}
#gallery {position:relative; line-height:20px; width:380px; padding:0 0 10px 10px; margin-bottom:100px; height:100%;}
#gallery .switch {display:block; cursor:pointer; color:#000; font-weight:normal;}
#gallery .switch .turn_off {display:none;}
#gallery .off {color:#c00;}