Skip to content

Commit

Permalink
Cosmetics
Browse files Browse the repository at this point in the history
  • Loading branch information
cagataycivici committed Dec 10, 2019
1 parent 237801d commit 7c90f23
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
7 changes: 4 additions & 3 deletions src/assets/styles/app.scss
Original file line number Diff line number Diff line change
Expand Up @@ -786,7 +786,7 @@ body {
display: block;
font-weight: bold;
font-size: 16px;
margin-top: 4px;
margin-top: 1em;
color: #20272a;
}

Expand All @@ -802,7 +802,8 @@ body {
}

p {
margin-bottom: 30px;
margin-top: 1em;
margin-bottom: 2em;

&.features-tagline {
color: #484848;
Expand Down Expand Up @@ -840,7 +841,7 @@ body {
width: 100%;
}

.p-g > div {
.p-grid > div {
padding: 1em .5em;
}

Expand Down
4 changes: 2 additions & 2 deletions src/views/Home.vue
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down

0 comments on commit 7c90f23

Please sign in to comment.