update: use .no-content-container global style

This commit is contained in:
ManjaroOne666 2019-02-15 10:19:09 +00:00
parent 385b9eb9fc
commit 74fd66e153
1 changed files with 1 additions and 10 deletions

View File

@ -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>