Add custom style for morning-brew newsletter market info table

This commit is contained in:
Hongbo Wu
2022-09-15 16:21:38 +08:00
parent b03f7ebeb8
commit fa5370c3e2

View File

@ -337,4 +337,27 @@ on smaller screens we display the note icon
}
}
.article-inner-css .morning-brew-markets {
max-width: 100% !important;
}
.article-inner-css .morning-brew-markets tbody{
width: 100%;
display: table;
}
.article-inner-css .morning-brew-markets td:nth-child(1) {
width: 20%;
}
.article-inner-css .morning-brew-markets td:nth-child(2) {
width: 34%;
}
.article-inner-css .morning-brew-markets td:nth-child(3) {
width: 34%;
}
.article-inner-css .morning-brew-markets td:nth-child(4) {
width: 12%;
}