Cybrkyd's Git Repositories

GitGen - commit: 707aedf

commit 707aedf6f05018c3d3a5ed921516eba618334b938edf1dffcc7440b4dfdacd37
author cybrkyd <git@cybrkyd.com> 2026-03-13 10:43:29 +0000
committer cybrkyd <git@cybrkyd.com> 2026-03-13 10:43:29 +0000

Commit Message

Adjustment to activity chart style

📊 Diffstat

main.css 4
1 files changed, 2 insertions(+), 2 deletions(-)

Diff

diff --git a/main.css b/main.css
index 1f9eaf8..1e1a19d 100644
--- a/main.css
+++ b/main.css
@@ -541,7 +541,7 @@ pre code {
justify-content: space-around;
gap: 10px;
max-width: 800px;
- height: 200px;
+ height: 300px;
margin: 20px auto;
padding: 20px;
background: #fff;
@@ -558,7 +558,7 @@ pre code {
.col-bar {
width: 100%;
- max-width: 50px;
+ max-width: 40px;
background: #40c463;
border-radius: 4px 4px 0 0;
min-height: 2px;