Skip to content

Commit

Permalink
fix padding en titulo propuestas
Browse files Browse the repository at this point in the history
  • Loading branch information
xtian7489 committed Nov 8, 2023
1 parent 5a9a571 commit 5af7fbb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/routes/propuestas/index.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@
</script>

<main class="pb-6 has-background-white white-background-desktop">
<div class="section tetris-background">
<div class="section tetris-background pb-0">
<div class="container">
<div class="has-text-centered has-text-black">
<h1 class="is-size-2 has-text-weight-medium has-text-black">Propuestas</h1>
Expand Down Expand Up @@ -171,7 +171,7 @@
{/if}
</div>
{:else if partysToCompare}
<section class="container p-2">
<section class="container p-2 pt-6">
<div class="is-flex is-justify-content-center mb-5 is-hidden-mobile">
<h1 class="is-4 has-text-centered has-text-black has-text-weight-semibold my-1 is-flex is-align-items-center">
temáticas:
Expand Down

0 comments on commit 5af7fbb

Please sign in to comment.