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;
|
-webkit-box-sizing:border-box;
|
||||||
box-sizing: border-box;
|
box-sizing: border-box;
|
||||||
margin: 0;
|
margin: 0;
|
||||||
padding: 0;
|
|
||||||
font-family: 'fira_sanslight', sans-serif;
|
font-family: 'fira_sanslight', sans-serif;
|
||||||
}
|
}
|
||||||
|
body, div, ul, li, a, section, nav,
|
||||||
|
h1, h2, h3, h4, h5, h6, label, hr {
|
||||||
|
padding: 0;
|
||||||
|
}
|
||||||
a {
|
a {
|
||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
color: SeaGreen;
|
color: SeaGreen;
|
||||||
|
|
Loading…
Reference in a new issue