diff --git a/history.html.theme b/history.html.theme index e12403be..cb531e1d 100644 --- a/history.html.theme +++ b/history.html.theme @@ -45,11 +45,13 @@ color: var(--heading-color); text-align: center; } + .history-group { + margin-bottom: 40px; + } .history-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(250px, 1fr)); gap: 20px; - margin-bottom: 40px; } .history-item { background: var(--card-bg); @@ -59,7 +61,7 @@ max-height: 300px; overflow: auto; } - .history-item h2 { + .history-item h3 { font-size: 1.2rem; margin: 0; } @@ -86,21 +88,28 @@