mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-01-23 02:35:49 +00:00
fixed margins in responsive view
This commit is contained in:
parent
eae20a674e
commit
60caa5f2c8
3 changed files with 6 additions and 6 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue