Skip to content

Commit

Permalink
refactor(components): change the hero css styles
Browse files Browse the repository at this point in the history
  • Loading branch information
thread-koder committed Jan 18, 2024
1 parent a79d523 commit 4b567a3
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions components/Hero.vue
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@

<script>
export default {
name: 'Hero',
name: 'HeroBanner',
props: {
title: {
type: String,
Expand All @@ -33,7 +33,7 @@ export default {
}
.banner {
@apply flex flex-col mx-9 md:h-96 md:flex-row;
@apply flex flex-col px-8 md:px-14 lg:px-24 md:h-96 md:flex-row;
}
.content-container {
Expand All @@ -42,6 +42,6 @@ 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;
}
</style>

0 comments on commit 4b567a3

Please sign in to comment.