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:
Hongbo Wu 2022-09-21 13:46:39 +08:00 committed by GitHub
commit 733ffcc247
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 4 deletions

File diff suppressed because one or more lines are too long

View file

@ -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%;
}