Make the doorhanger narrower in FF

This commit is contained in:
Arlo Breault 2019-06-24 16:07:03 -04:00
parent a70f5b9181
commit ff6f91f3da

View file

@ -1,16 +1,16 @@
body { body {
margin: 1em; margin: 10px;
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif; font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
width: 300px;
} }
#active { #active {
padding: 2em; padding: 20px;
text-align: center; text-align: center;
min-width: 128px;
} }
.learn { .learn {
padding-top: 1em; padding-top: 10px;
border-top: 1px solid grey; border-top: 1px solid grey;
} }