Adjust the width of each column to give more space to the right-most column

This commit is contained in:
Hongbo Wu 2022-09-20 20:55:17 +08:00
parent 175f4b2054
commit 72126ab5d5

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