chore: added padding-bottom in blog class #14

Merged
HenriqueSantosSantana merged 1 commits from feature/blog into develop 2022-10-11 21:48:57 +00:00

View File

@ -239,12 +239,14 @@
= BLOG = = BLOG =
\*------*/ \*------*/
.blog { .blog {
--hs-flex-space: 50px;
width: 100%; width: 100%;
padding-bottom: 87px;
} }
.blog-images-image { .blog-images-image {
width: 100%; width: 100%;
margin-bottom: 50px;
} }
.blog-article { .blog-article {
@ -276,7 +278,6 @@
.blog-article { .blog-article {
width: 30.5%; width: 30.5%;
margin: 0 auto; margin: 0 auto;
margin-bottom: 50px;
} }
.blog-description { .blog-description {