diff --git a/assets/css/admin.css b/assets/css/admin.css index 4abc8ff..756e342 100644 --- a/assets/css/admin.css +++ b/assets/css/admin.css @@ -46,11 +46,15 @@ .aggregate-it .ai-cards { display: grid; - grid-template-columns: repeat( 4, 1fr ); + grid-template-columns: repeat( auto-fit, minmax( 180px, 1fr ) ); gap: 12px; margin: 0 0 16px; } +.aggregate-it .postbox { + margin-bottom: 16px; +} + .aggregate-it .postbox > .hndle { margin: 0; padding: 12px 16px; @@ -329,25 +333,26 @@ .aggregate-it .ai-hub-cards { display: grid; - grid-template-columns: repeat(auto-fit, minmax(160px, 1fr)); + grid-template-columns: repeat( auto-fit, minmax( 180px, 1fr ) ); gap: 12px; margin: 16px 0; } .aggregate-it .ai-hub-card { background: #fff; - border: 1px solid #dcdcde; - border-radius: 6px; - padding: 16px 18px; + border: 1px solid #c3c4c7; + border-radius: 4px; + padding: 12px 16px; display: flex; flex-direction: column; gap: 4px; } .aggregate-it .ai-hub-num { - font-size: 28px; + font-size: 24px; + line-height: 1.3; font-weight: 600; - line-height: 1.1; + font-variant-numeric: tabular-nums; } .aggregate-it .ai-hub-label {