Skip to content

Instantly share code, notes, and snippets.

@biojazzard
Created May 24, 2018 21:27
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 biojazzard/901c811b30deb44a612bfe32d8bdf707 to your computer and use it in GitHub Desktop.
Save biojazzard/901c811b30deb44a612bfe32d8bdf707 to your computer and use it in GitHub Desktop.
.templateColumns {
margin: 0 auto;
}
@media only screen and (max-width: 630px){
.templateColumns{
width:100% !important;
}
.templateColumnContainer{
display:block !important;
width:100% !important;
}
.columnImage{
height:auto !important;
//max-width:630px !important;
width:100% !important;
}
.midColumnContent{
font-size:16px !important;
line-height:125% !important;
}
.leftColumnContent{
font-size:16px !important;
line-height:125% !important;
}
.rightColumnContent{
font-size:16px !important;
line-height:125% !important;
}
}
table {
border-collapse: inherit !important;
}
table h1,
table h2,
table h3
table h4 {
font-size: 1rem;
}
.gris {
color: #222222;
}
hr {
margin: 0;
border-top-width: 10px;
border-top-style: solid;
}
.main {
margin: 0 auto;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment