Skip to content

Commit

Permalink
chore(docs): misc improvements
Browse files Browse the repository at this point in the history
  • Loading branch information
hawkeye64 committed Oct 25, 2021
1 parent 7a59b46 commit 9de20a7
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
1 change: 1 addition & 0 deletions docs/src/components/MarkdownFooter.vue
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ export default {
<style lang="sass">
.markdown-copyright
font-family: Consolas,Monaco,Andale Mono,Ubuntu Mono,monospace
text-align: center
.markdown-page__footer--icons
font-size: 28px
Expand Down
4 changes: 2 additions & 2 deletions docs/src/components/page-parts/LandingPageContent.vue
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<section class="flex flex-center bg-blue-10 text-white shadow-10">
<div class="landing-page__container">
<div class="landing-page__splash row justify-around items-center">
<h2 class="text-weight-bold text-blue-2 q-pa-sm" style="padding-left: 20px;">Overlays,<br>for your<br>Quasar apps</h2>
<h2 class="text-weight-bold text-blue-2 q-pa-sm" style="padding-left: 20px; text-align: center;">Overlays,<br>for your<br>Quasar apps</h2>
<div class="q-pa-sm">
<!-- TODO: Jeff - need image before publishing -->
<img
Expand Down Expand Up @@ -55,7 +55,7 @@ export default defineComponent({
</script>

<style lang="sass" scoped>
.landing-page-container
.landing-page__container
position: relative
margin: 0 auto
@media (max-width: $breakpoint-xs-max)
Expand Down
3 changes: 2 additions & 1 deletion docs/src/pages/all-about-qoverlay/what-is-qoverlay.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,5 @@ QOverlay allows you to write overlays either on Fullscreen or the Component leve
## Features

- Able to control "no scrolling"
- ...
- Put componentson top of an overlay
- You're in control

0 comments on commit 9de20a7

Please sign in to comment.