Skip to content

Instantly share code, notes, and snippets.

@albertorestifo
Last active April 26, 2017 11:28
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save albertorestifo/b7add51f991ab6f497bc82843c76328a to your computer and use it in GitHub Desktop.
Save albertorestifo/b7add51f991ab6f497bc82843c76328a to your computer and use it in GitHub Desktop.
import React from 'react';
import ReactDOM from 'react-dom';
+import './inlined.css';
@media only screen and (max-width: 650px) {
.title-heading {
font-size: 18px !important; /* We need !important to */
text-align: center !important; /* overcome inline styles */
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment