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