1
0
mirror of https://github.com/kremalicious/metamask-extension.git synced 2024-10-23 03:36:18 +02:00

Remove 100% properties that were messing up sizing.

This commit is contained in:
Kevin Serrano 2017-08-03 15:51:20 -07:00
parent 6176a4b1bf
commit ce2e9872cf
No known key found for this signature in database
GPG Key ID: BF999DEFC7371BA1

View File

@ -19,8 +19,6 @@ html, body {
font-weight: 300;
line-height: 1.4em;
background: #F7F7F7;
width: 100%;
height: 100%;
margin: 0;
padding: 0;
}