Skip to content

Instantly share code, notes, and snippets.

@NickDeckerDevs
Created May 3, 2022 16:55
Show Gist options
  • Save NickDeckerDevs/4449c2998e4a76ab7e0aeebefaedcb7c to your computer and use it in GitHub Desktop.
Save NickDeckerDevs/4449c2998e4a76ab7e0aeebefaedcb7c to your computer and use it in GitHub Desktop.
ef blog updates for EF (scss)
.blog .blog-content table tr td {
padding: 8px!important;
}
.blog .blog-content table,
.blog .blog-content table tr,
.blog .blog-content table tr td {
height: auto!important;
text-align: left!important;
vertical-align: top!important;
max-width: 890px!important;
}
.blog .blog-content table tr td p{
@media (max-width: 900px) {
text-align: left!important;
}
white-space: normal!important;
}
.blog .blog-content table tr td ul,
.blog .blog-content table tr td ul li {
white-space: normal!important;
}
.blog .blog-content table > tr td[colspan="2"],
.blog .blog-content table > tr td[colspan="3"],
.blog .blog-content table > tr td[colspan="4"],
.blog .blog-content table > tr td[colspan="5"],
.blog .blog-content table > tr td[colspan="6"]{
text-align: left!important;
@media (min-width: 900px) {
text-align: center!important;
}
ul {
text-align: left!important;
}
}
.blog .blog-content table thead td,
.blog .blog-content table thead th,
.blog .blog-content table > tbody > tr:first-of-type td,
.blog .blog-content table > tr:first-of-type td {
text-align: center!important;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment