mirror of
https://github.com/omnivore-app/omnivore.git
synced 2026-03-11 08:54:26 +00:00
Add custom style for morning-brew newsletter market info table
This commit is contained in:
parent
b03f7ebeb8
commit
fa5370c3e2
1 changed files with 23 additions and 0 deletions
|
|
@ -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%;
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue