Skip to content

Commit

Permalink
fix: Added more spacing between buttons when adding toppings
Browse files Browse the repository at this point in the history
  • Loading branch information
25Ericcheong committed May 18, 2024
1 parent 1fd683c commit d3778ba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/menu/topping-menu.vue
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ function handleToppingConfirmation() {
</script>
<template>
<section
class="w-full h-[130px] sm:h-[50px] flex flex-col sm:flex-row body-font text-lg sm:text-xl xl:text-2xl"
class="w-full h-[130px] sm:h-[50px] flex flex-col justify-between sm:flex-row body-font text-lg sm:text-xl xl:text-2xl"
>
<div class="w-2/3 sm:w-1/2 pb-5 sm:pb-0 flex justify-between items-center">
<button
Expand Down

0 comments on commit d3778ba

Please sign in to comment.