I'm making some changes to the add a card page, using the mivapay css section. I'm not sure how to apply @media only screen to the css since its not formatted like a css file.
I'm taking about the code thats formatted like this
thanks!
I'm taking about the code thats formatted like this
Code:
{
"selector": "body",
"properties":
{
"margin": "0",
"padding": "0",
"font-size": "14px",
"color": "#000000",
"font": "14px/22px Open Sans, sans-serif"
}
},
{
"selector": "#payment-fields",
"properties":
{
"margin-top": "2px"
}
},
Comment