Skip to content

Commit

Permalink
fix order summary component
Browse files Browse the repository at this point in the history
  • Loading branch information
mbashia committed Aug 27, 2024
1 parent 617dbbe commit 264dba5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
4 changes: 2 additions & 2 deletions challenges/order_summary_component/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
</head>
<body class="bg-[#e1e7ff]">
<div
class="bg-mobile-pattern md:bg-bottom-pattern flex h-[100vh] w-full items-center justify-center md:bg-[length:100%_auto] md:bg-repeat-x"
class="bg-mobile-pattern md:bg-bottom-pattern flex h-[100vh] w-screen items-center justify-center md:w-full md:bg-[length:100%_auto] md:bg-repeat-x"
>
<div
class="md:shadow-bright-blue/20 flex max-w-xs flex-col rounded-2xl shadow-2xl md:max-w-sm md:shadow-xl"
Expand Down Expand Up @@ -82,7 +82,7 @@
</div>
</div>
<div
class="font-red_hat text-bright-blue w-[40%] cursor-pointer p-1 text-right text-sm font-bold underline hover:cursor-pointer"
class="font-red_hat text-bright-blue flex w-[40%] cursor-pointer items-center justify-end p-1 text-sm font-bold underline hover:cursor-pointer hover:no-underline active:no-underline"
>
Change
</div>
Expand Down
2 changes: 0 additions & 2 deletions challenges/order_summary_component/tailwind.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,7 @@ module.exports = {
red_hat: ['Red Hat Display', 'sans-serif'],
},
fontWeight: {
extra_light: 200,
regular: 500,
light: 400,
bold: 700,
extra_bold: 900,
},
Expand Down

0 comments on commit 264dba5

Please sign in to comment.