Skip to content

Commit

Permalink
refactor(components): change the css for the home page banner
Browse files Browse the repository at this point in the history
  • Loading branch information
thread-koder committed Jan 18, 2024
1 parent 4b567a3 commit b00835f
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions components/HomePageHero.vue
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@

<script>
export default {
name: 'Hero',
name: 'HomeHeroBanner',
}
</script>

Expand All @@ -43,7 +43,7 @@ export default {
}
.banner {
@apply flex flex-col mx-9 h-auto md:flex-row;
@apply flex flex-col px-8 md:px-14 lg:px-24 h-auto md:flex-row;
}
.content-container {
Expand All @@ -52,15 +52,15 @@ export default {
.content-header {
font-family: 'IBM Mono';
@apply text-4xl md:text-4xl lg:text-5xl tracking-wide font-normal md:mx-3 lg:mx-16;
@apply text-4xl md:text-4xl lg:text-5xl tracking-wide font-normal;
}
.para-section {
font-family: 'IBM Sans';
@apply w-11/12 pt-7 text-xl lg:text-2xl font-normal md:mx-3 lg:mx-16 lg:w-9/12;
@apply w-11/12 pt-7 text-xl lg:text-2xl font-normal lg:w-9/12;
}
.section-image {
@apply my-8 place-self-end w-8/12 md:w-5/12 lg:w-80 lg:mt-14 2xl:w-96 lg:mr-12;
@apply my-8 place-self-end w-8/12 md:w-5/12 lg:w-80 2xl:w-96;
}
</style>

0 comments on commit b00835f

Please sign in to comment.