diff options
author | Daniel Schadt <kingdread@gmx.de> | 2024-04-06 22:01:18 +0200 |
---|---|---|
committer | Daniel Schadt <kingdread@gmx.de> | 2024-04-06 22:01:18 +0200 |
commit | eca141a1da3a69ce5cd17ab26f098caf0448edb7 (patch) | |
tree | afd3f0efccc76bb9d1d93b77209f5a1df2a54899 /asset-sources | |
parent | 89525eebab0d359e81a9e71e4a2ba5968a52bb1e (diff) | |
download | fietsboek-eca141a1da3a69ce5cd17ab26f098caf0448edb7.tar.gz fietsboek-eca141a1da3a69ce5cd17ab26f098caf0448edb7.tar.bz2 fietsboek-eca141a1da3a69ce5cd17ab26f098caf0448edb7.zip |
introduce tabbars to the profile
Diffstat (limited to 'asset-sources')
-rw-r--r-- | asset-sources/theme.scss | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/asset-sources/theme.scss b/asset-sources/theme.scss index 610e688..20708f3 100644 --- a/asset-sources/theme.scss +++ b/asset-sources/theme.scss @@ -156,6 +156,10 @@ strong { width: 25%; } +.chart-title { + text-align: center; +} + .list-group.list-group-root { padding: 0; overflow: hidden; |