diff --git a/awx/ui/client/legacy-styles/main-layout.less b/awx/ui/client/legacy-styles/main-layout.less
index ab15475cfd..ea4bc922dd 100644
--- a/awx/ui/client/legacy-styles/main-layout.less
+++ b/awx/ui/client/legacy-styles/main-layout.less
@@ -20,6 +20,10 @@ body {
background-color: #f6f6f6;
}
+.container-fluid {
+ padding-left: 20px;
+ padding-right: 20px;
+}
#main-menu-container {
.navbar {
margin-bottom: 0;
diff --git a/awx/ui/client/src/dashboard/dashboard.block.less b/awx/ui/client/src/dashboard/dashboard.block.less
index 55b6babd3c..fed248d237 100644
--- a/awx/ui/client/src/dashboard/dashboard.block.less
+++ b/awx/ui/client/src/dashboard/dashboard.block.less
@@ -23,10 +23,10 @@
.Dashboard-list {
border: 1px solid #e1e1e1;
border-radius: 5px;
- margin-top: 15px;
+ margin-top: 20px;
width: 50%;
background-color: #ffffff;
- max-width: ~"calc(50% - 7px)";
+ max-width: ~"calc(50% - 10px)";
position: relative;
}
diff --git a/awx/ui/templates/ui/index.html b/awx/ui/templates/ui/index.html
index a67ae1cedc..8deb4d7e54 100644
--- a/awx/ui/templates/ui/index.html
+++ b/awx/ui/templates/ui/index.html
@@ -43,14 +43,14 @@