diff --git a/components/GifCard.vue b/components/GifCard.vue index f6bfae1..223e039 100644 --- a/components/GifCard.vue +++ b/components/GifCard.vue @@ -22,23 +22,23 @@ {{ tag }}

- @@ -157,6 +157,9 @@ img[lazy="error"] { .button-gradient { background: linear-gradient(to bottom, #633974, #1a5276); color: #d6dbdf; + padding-left: 1.15em; + padding-right: 1.15em; + text-align: center; } .gif-overlay { diff --git a/pages/tendencias/gifs.vue b/pages/tendencias/gifs.vue index 99d4204..61c5ad5 100644 --- a/pages/tendencias/gifs.vue +++ b/pages/tendencias/gifs.vue @@ -2,19 +2,19 @@ /* eslint-disable no-undef */