diff --git a/css/main.css b/css/main.css index fa3e751..cfa634d 100644 --- a/css/main.css +++ b/css/main.css @@ -1,5 +1,10 @@ /* Main styles for DualShock Calibration GUI */ +/* Add padding to body to prevent content from being hidden behind fixed footer */ +body { + padding-bottom: 80px; +} + dl.row dt { font-weight: normal; } diff --git a/index.html b/index.html index eb1cb33..0e5bb8e 100644 --- a/index.html +++ b/index.html @@ -289,22 +289,32 @@ + + +