mirror of
https://github.com/omnivore-app/omnivore.git
synced 2026-03-11 08:54:26 +00:00
Merge pull request #1218 from omnivore-app/fix/morning-brew-newsletter-css
Adjust the width of each column to give more space to the right-most column
This commit is contained in:
commit
733ffcc247
2 changed files with 4 additions and 4 deletions
File diff suppressed because one or more lines are too long
|
|
@ -351,13 +351,13 @@ on smaller screens we display the note icon
|
|||
}
|
||||
|
||||
.article-inner-css .morning-brew-markets td:nth-child(2) {
|
||||
width: 34%;
|
||||
width: 30%;
|
||||
}
|
||||
|
||||
.article-inner-css .morning-brew-markets td:nth-child(3) {
|
||||
width: 34%;
|
||||
width: 30%;
|
||||
}
|
||||
|
||||
.article-inner-css .morning-brew-markets td:nth-child(4) {
|
||||
width: 12%;
|
||||
width: 20%;
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue