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

Improve layout of buy buttons by tweaking text styles

This commit is contained in:
sdtsui 2017-08-09 15:48:12 -07:00
parent 0188e7b94d
commit cba50818c2

View File

@ -104,12 +104,21 @@
@media screen and (max-width: 679px) {
font-size: 10px;
padding: 0px 10px;
margin-bottom: 5px;
line-height: 15px;
}
@media screen and (min-width: 680px) {
font-size: 14px;
padding: 0px 4px;
margin-bottom: 2px;
}
@media screen and (min-width: 1281px) {
font-size: 20px;
padding: 0px 0px;
}
}
div.modal-content-footer {