Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions normalize.css
Original file line number Diff line number Diff line change
Expand Up @@ -155,6 +155,7 @@ img {
/**
* 1. Change the font styles in all browsers.
* 2. Remove the margin in Firefox and Safari.
* 3. Remove border-radius in Edge.
*/

button,
Expand All @@ -166,6 +167,7 @@ textarea {
font-size: 100%; /* 1 */
line-height: 1.15; /* 1 */
margin: 0; /* 2 */
border-radius: 0; /* 3 */
}

/**
Expand Down