Added some padding at the bottom of the page so the device statistics don't get covered by the footer
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful

This commit is contained in:
2022-10-31 14:38:34 -04:00
parent ae155b2d7e
commit d2d6317b4e
2 changed files with 3 additions and 2 deletions

View File

@ -2,7 +2,7 @@ $tab-bar-height: 50px
body
margin: 0
padding: $tab-bar-height 0 0
padding: $tab-bar-height 0 90px
background: white
font-size: 18px
@ -132,6 +132,7 @@ table.hardware-info
bottom: 0
padding-top: 25px
padding-bottom: 25px
background: white
border-top: 1px solid #999
font-size: 16px