Cosmetics

pull/132/head
cagataycivici 2019-12-10 11:18:53 +03:00
parent 237801d6ad
commit 7c90f2390a
2 changed files with 6 additions and 5 deletions

View File

@ -786,7 +786,7 @@ body {
display: block; display: block;
font-weight: bold; font-weight: bold;
font-size: 16px; font-size: 16px;
margin-top: 4px; margin-top: 1em;
color: #20272a; color: #20272a;
} }
@ -802,7 +802,8 @@ body {
} }
p { p {
margin-bottom: 30px; margin-top: 1em;
margin-bottom: 2em;
&.features-tagline { &.features-tagline {
color: #484848; color: #484848;
@ -840,7 +841,7 @@ body {
width: 100%; width: 100%;
} }
.p-g > div { .p-grid > div {
padding: 1em .5em; padding: 1em .5em;
} }

View File

@ -52,8 +52,8 @@
</div> </div>
<div class="p-col-12 p-md-3"> <div class="p-col-12 p-md-3">
<img alt="templates" src="../assets/images/home/icon-sigma.svg" /> <img alt="templates" src="../assets/images/home/icon-sigma.svg" />
<span class="feature-name">FREE ADMIN TEMPLATE</span> <span class="feature-name">Accessibility</span>
<p>An elegant admin template powered by vue-cli.</p> <p>Fully accessible and in complaince with Section 508 standards.</p>
</div> </div>
</div> </div>
</div> </div>