fixed margins in responsive view

This commit is contained in:
coderaiser 2012-10-01 05:00:44 -04:00
parent eae20a674e
commit 60caa5f2c8
3 changed files with 6 additions and 6 deletions

View file

@ -39,8 +39,9 @@ a:hover, a:active { outline: 0; }
*/
.panel{
/* removed default margins */
margin: 0 0 0 0;
padding: 0 20px 0 20px; }
margin: 0;
padding: 20px;
}
/*
* 1. Display hand cursor for clickable form elements