Skip to content

Commit

Permalink
refactor(components): change css style for the stats
Browse files Browse the repository at this point in the history
  • Loading branch information
thread-koder committed Jan 18, 2024
1 parent 5a02caf commit 0a90df5
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions components/Stats.vue
Original file line number Diff line number Diff line change
Expand Up @@ -71,14 +71,14 @@ export default {
.header {
font-family: 'IBM Mono';
font-size: 1.7rem;
@apply font-normal ml-8 pt-16 lg:pt-24 lg:pb-5 md:ml-12 lg:ml-20 lg:text-4xl lg:font-light 2xl:ml-24;
@apply font-normal pt-16 lg:pt-24 lg:pb-5 lg:text-4xl lg:font-light;
}
.divider {
@apply w-10 lg:w-10 border-t-2 border-black;
@apply w-10 lg:w-10 border-t-2 border-black pb-4;
}
.cards-container {
@apply block py-2 w-11/12 mx-auto lg:flex lg:flex-nowrap lg:justify-center;
@apply block py-2 lg:flex lg:flex-nowrap lg:justify-center gap-10;
}
</style>

0 comments on commit 0a90df5

Please sign in to comment.