update: use .no-content-container global style
This commit is contained in:
parent
385b9eb9fc
commit
74fd66e153
|
@ -35,7 +35,7 @@
|
||||||
</div>
|
</div>
|
||||||
</li>
|
</li>
|
||||||
</ul>
|
</ul>
|
||||||
<div v-else class="no-services">
|
<div v-else class="no-content-container">
|
||||||
<h2>Coming Soon</h2>
|
<h2>Coming Soon</h2>
|
||||||
<p class="no-content-text">I will be updating soon, please check back for information on the services I provide.</p>
|
<p class="no-content-text">I will be updating soon, please check back for information on the services I provide.</p>
|
||||||
</div>
|
</div>
|
||||||
|
@ -267,14 +267,5 @@ export default {
|
||||||
.preloader-overlay {
|
.preloader-overlay {
|
||||||
z-index: 10;
|
z-index: 10;
|
||||||
}
|
}
|
||||||
|
|
||||||
.no-services {
|
|
||||||
display: flex;
|
|
||||||
flex-direction: column;
|
|
||||||
align-items: center;
|
|
||||||
justify-content: center;
|
|
||||||
width: 100%;
|
|
||||||
text-align: center;
|
|
||||||
}
|
|
||||||
</style>
|
</style>
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue