Skip to content

Commit

Permalink
1203 (#1256)
Browse files Browse the repository at this point in the history
* Fixes #1203

* Fixes #1192

* clean up
  • Loading branch information
adamdriscoll authored Oct 14, 2019
1 parent c39062e commit 4b7d762
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion src/UniversalDashboard/Themes/Default.psd1
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,15 @@ $AlternativeBackgroundColor3 = $BackgroundColorBright
'padding-bottom' = "50px"
}

'@media screen and (max-width: 600px)' = @{
'main' = @{
'padding-left' = "3px"
'padding-right' = "3px"
'padding-top' = "3px"
'padding-bottom' ="3px"
}
}

'p' = @{
'color' = "$PrimaryFontColor !important"
}
Expand Down Expand Up @@ -165,7 +174,7 @@ $AlternativeBackgroundColor3 = $BackgroundColorBright
}

'.sidenav' = @{
'background-color' = $PrimaryBackgroundColor
'background-color' = $PrimaryColor
'color' = $AlternateFontColor
}

Expand Down

0 comments on commit 4b7d762

Please sign in to comment.