initial commit
This commit is contained in:
21
resources/js/views/pages/home/OurStory/HelpCenterHeader.vue
Normal file
21
resources/js/views/pages/home/OurStory/HelpCenterHeader.vue
Normal file
@@ -0,0 +1,21 @@
|
||||
<script setup>
|
||||
import '@vendor/js/bootstrap';
|
||||
</script>
|
||||
<template>
|
||||
<section class="section-py first-section-pt our-story-header heading">
|
||||
<div class="col-lg-6 col-xs-12 ">
|
||||
<h1 class="pl-6 heading-text">
|
||||
About HGH
|
||||
</h1>
|
||||
</div>
|
||||
</section>
|
||||
</template>
|
||||
|
||||
|
||||
<style>
|
||||
@media(max-width:567px) {
|
||||
.heading-text {
|
||||
font-size: 37px;
|
||||
}
|
||||
}
|
||||
</style>
|
Reference in New Issue
Block a user