Clients
This commit is contained in:
7
app.vue
7
app.vue
@@ -10,6 +10,7 @@ useSeoMeta({
|
||||
<main>
|
||||
<about-company></about-company>
|
||||
<services></services>
|
||||
<clients></clients>
|
||||
<map-view></map-view>
|
||||
</main>
|
||||
<k-footer></k-footer>
|
||||
@@ -51,5 +52,11 @@ p:not(:last-of-type) {
|
||||
text-decoration: underline;
|
||||
text-decoration-thickness: 1px;
|
||||
text-underline-offset: 3px;
|
||||
color: #84cc16;
|
||||
transition: color .2s;
|
||||
|
||||
&:hover {
|
||||
color: #65a30d;
|
||||
}
|
||||
}
|
||||
</style>
|
||||
|
||||
Reference in New Issue
Block a user