11 lines
160 B
SCSS
11 lines
160 B
SCSS
img.feature {
|
|
max-width: 100%;
|
|
margin: 0 auto;
|
|
display: block;
|
|
}
|
|
|
|
#custom-table {
|
|
[data-field='Net worth (in billions)'] {
|
|
text-align: right;
|
|
}
|
|
}
|