diff options
author | Alexander Neonxp Kiryukhin <i@neonxp.ru> | 2024-12-15 15:10:57 +0300 |
---|---|---|
committer | Alexander Neonxp Kiryukhin <i@neonxp.ru> | 2024-12-15 15:10:57 +0300 |
commit | 314fd719d318ebba7c85e50e621c021179054290 (patch) | |
tree | f4c6e2f71bfe0d489933c4ba34d5d04d1ba6d117 /assets/css | |
parent | 47fc02a8c71af4926148beb5d5cc0fc221aa5429 (diff) |
Auto-commit 2024-12-15
Diffstat (limited to 'assets/css')
-rw-r--r-- | assets/css/main.css | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/assets/css/main.css b/assets/css/main.css index 5e03c68..5e75353 100644 --- a/assets/css/main.css +++ b/assets/css/main.css @@ -62,6 +62,14 @@ width: 600px; } +.img-fluid { + max-height: 400px !important; +} + +.nodeLabel { + color: #efefef !important; +} + @font-face { font-family: 'Lobster'; font-style: normal; |