deving
This commit is contained in:
+8
-3
@@ -174,12 +174,18 @@ body {
|
||||
}
|
||||
|
||||
.key-info-categories {
|
||||
display: grid;
|
||||
grid-template-columns: repeat(3, 1fr);
|
||||
display: grid !important;
|
||||
grid-template-columns: repeat(3, 1fr) !important;
|
||||
gap: 20px;
|
||||
margin-bottom: 20px;
|
||||
}
|
||||
|
||||
.data-grid {
|
||||
display: grid;
|
||||
grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
|
||||
gap: 10px;
|
||||
}
|
||||
|
||||
.category-section {
|
||||
background: #f8f9fa;
|
||||
border-radius: 10px;
|
||||
@@ -508,5 +514,4 @@ body {
|
||||
.analysis-info {
|
||||
grid-template-columns: 1fr;
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user