Do not reset padding on form elements
This commit is contained in:
parent
6960299d21
commit
a5c6efa5ad
1 changed files with 4 additions and 1 deletions
|
@ -46,9 +46,12 @@ hr, input, textarea {
|
|||
-webkit-box-sizing:border-box;
|
||||
box-sizing: border-box;
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
font-family: 'fira_sanslight', sans-serif;
|
||||
}
|
||||
body, div, ul, li, a, section, nav,
|
||||
h1, h2, h3, h4, h5, h6, label, hr {
|
||||
padding: 0;
|
||||
}
|
||||
a {
|
||||
text-decoration: none;
|
||||
color: SeaGreen;
|
||||
|
|
Loading…
Reference in a new issue