Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

contact form added #37

Open
wants to merge 10 commits into
base: vue
Choose a base branch
from
6 changes: 3 additions & 3 deletions src/views/AboutUs.vue
Original file line number Diff line number Diff line change
Expand Up @@ -46,8 +46,8 @@ v-container(fluid='' style='margin: 0px; padding: 0px; width: 100%;')
div.container.col-sm-10(class="my-5" name="")
v-row(class="no-gutters pb-5" id="formRow")
div.col-md-5(class="pt-11 pl-7 pb-0" align="center" justify="center")
v-img.img-fluid.mt-10(src="../assets/contactUs.png"
max-height='300' max-width='400'
v-img.img-fluid.mt-40(src="../assets/contactUs.png"
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

margin does not have sizes more than 16 in vuetify, why 40?

max-height='300' max-width='400'
align="center" justify="center")
div.col-md-7( justify='center' class='px-5')
div.col-lg-9(align="center" justify="left")
Expand Down Expand Up @@ -82,7 +82,7 @@ v-container(fluid='' style='margin: 0px; padding: 0px; width: 100%;')
id="suggestion"
counter=true)

v-btn(color='#1b65c4' class='my-3' type="submit" :disabled="!validForm").white--text Submit
v-btn(color='#1b65c4' class='my-3' type="submit" :disabled="!validForm").white--text Submit
</template>
<script>
export default {
Expand Down