diff --git a/src/assets/styles/app.scss b/src/assets/styles/app.scss index 3dfdc6b2b..543ffa6cc 100644 --- a/src/assets/styles/app.scss +++ b/src/assets/styles/app.scss @@ -786,7 +786,7 @@ body { display: block; font-weight: bold; font-size: 16px; - margin-top: 4px; + margin-top: 1em; color: #20272a; } @@ -802,7 +802,8 @@ body { } p { - margin-bottom: 30px; + margin-top: 1em; + margin-bottom: 2em; &.features-tagline { color: #484848; @@ -840,7 +841,7 @@ body { width: 100%; } - .p-g > div { + .p-grid > div { padding: 1em .5em; } diff --git a/src/views/Home.vue b/src/views/Home.vue index 522873c56..997b93971 100644 --- a/src/views/Home.vue +++ b/src/views/Home.vue @@ -52,8 +52,8 @@
An elegant admin template powered by vue-cli.
+ Accessibility +Fully accessible and in complaince with Section 508 standards.