diff options
author | Daniel Friesel <derf@finalrewind.org> | 2022-11-12 11:10:58 +0100 |
---|---|---|
committer | Daniel Friesel <derf@finalrewind.org> | 2022-11-12 11:10:58 +0100 |
commit | 6594d74edd87b350d2c9f1e510429a040cd402b1 (patch) | |
tree | c8d301354da13f15dc079a6991e4724b861afe65 /sass/src/common/index.scss | |
parent | c92b6bc9492d1d2cd8147354885d0a89f0fbfdb9 (diff) |
show expected utilization alongsie train route
Diffstat (limited to 'sass/src/common/index.scss')
-rw-r--r-- | sass/src/common/index.scss | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/sass/src/common/index.scss b/sass/src/common/index.scss index 6f8282f..89e1b7b 100644 --- a/sass/src/common/index.scss +++ b/sass/src/common/index.scss @@ -43,6 +43,9 @@ a.tablerow { span { display: inline-block; } + .material-icons { + margin-bottom: 0.2em; + } } .pagination { |