Skip to content

Commit

Permalink
lint fix: css
Browse files Browse the repository at this point in the history
  • Loading branch information
bugsounet committed Feb 5, 2025
1 parent ab06937 commit c6663f1
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions MMM-Linky.css
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,11 @@

.header {
text-transform: uppercase;
text-align: center;
text-align: center;
font-size: var(--font-size-xsmall);
font-family: var(--font-primary), Arial, Helvetica, sans-serif;
font-weight: 400;
border-bottom: 1px solid #fff;
border-bottom: 1px solid #fff;
line-height: 15px;
padding-bottom: 5px;
margin-bottom: 10px;
Expand All @@ -26,5 +26,5 @@

.chartjs-render-monitor {
border-radius: 8px;
box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
box-shadow: 0 4px 6px rgb(0 0 0 / 10%);
}

0 comments on commit c6663f1

Please sign in to comment.