update: use .no-content-container global style
This commit is contained in:
parent
385b9eb9fc
commit
74fd66e153
|
@ -35,7 +35,7 @@
|
|||
</div>
|
||||
</li>
|
||||
</ul>
|
||||
<div v-else class="no-services">
|
||||
<div v-else class="no-content-container">
|
||||
<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>
|
||||
</div>
|
||||
|
@ -267,14 +267,5 @@ export default {
|
|||
.preloader-overlay {
|
||||
z-index: 10;
|
||||
}
|
||||
|
||||
.no-services {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
width: 100%;
|
||||
text-align: center;
|
||||
}
|
||||
</style>
|
||||
|
||||
|
|
Loading…
Reference in New Issue