no content defaults
This commit is contained in:
parent
8f450992e9
commit
385b9eb9fc
|
@ -25,7 +25,7 @@ a {
|
|||
}
|
||||
|
||||
h2, h3, h4, h5, h6 {
|
||||
color: $color__neutral-400;
|
||||
color: $color__neutral-600;
|
||||
}
|
||||
|
||||
blockquote {
|
||||
|
|
|
@ -36,7 +36,8 @@
|
|||
</li>
|
||||
</ul>
|
||||
<div v-else class="no-services">
|
||||
<p class="no-content-text">Please check back soon for information on the services I provide.</p>
|
||||
<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>
|
||||
</ContentPage>
|
||||
</template>
|
||||
|
@ -269,6 +270,7 @@ export default {
|
|||
|
||||
.no-services {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
width: 100%;
|
||||
|
|
Binary file not shown.
After Width: | Height: | Size: 48 KiB |
Loading…
Reference in New Issue