Skip to content

Commit

Permalink
code merge fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
matthewsmawfield committed Dec 5, 2023
1 parent 2283b1b commit 5a1d863
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions lib/src/KPIs/styles.module.css
Original file line number Diff line number Diff line change
@@ -1,9 +1,8 @@
.container {
background-color: aliceblue;
display: grid;
/* column-gap: 50px; */
grid-template-columns: repeat(4, minmax(0, 1fr));
font-family: Roboto;
font-family: Roboto, sans-serif;
}

.item {
Expand Down Expand Up @@ -72,8 +71,8 @@

@media only screen and (max-width: 600px) {
.subtitle {
font-size: 11px !important;
white-space: nowrap;
font-size: 11px !important;
white-space: nowrap;
}
.container {
grid-template-columns: repeat(2, minmax(0, 1fr));
Expand All @@ -90,4 +89,4 @@
border-bottom: 0.5px solid #dddddd;
border-left: 0.5px solid #f5f5f5;
}
}
}

0 comments on commit 5a1d863

Please sign in to comment.