mirror of
https://github.com/omnivore-app/omnivore.git
synced 2026-03-11 08:54:26 +00:00
Adjust the width of each column to give more space to the right-most column
This commit is contained in:
parent
175f4b2054
commit
72126ab5d5
1 changed files with 3 additions and 3 deletions
|
|
@ -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