Cosmetics
parent
237801d6ad
commit
7c90f2390a
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
|
@ -52,8 +52,8 @@
|
|||
</div>
|
||||
<div class="p-col-12 p-md-3">
|
||||
<img alt="templates" src="../assets/images/home/icon-sigma.svg" />
|
||||
<span class="feature-name">FREE ADMIN TEMPLATE</span>
|
||||
<p>An elegant admin template powered by vue-cli.</p>
|
||||
<span class="feature-name">Accessibility</span>
|
||||
<p>Fully accessible and in complaince with Section 508 standards.</p>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
|
Loading…
Reference in New Issue