remove extra padding on homepage paragraphs
continuous-integration/drone/push Build is passing Details

This commit is contained in:
desmukh 2023-01-07 08:44:23 +05:00
parent 1936c35644
commit 8792c227c8
1 changed files with 5 additions and 5 deletions

View File

@ -148,11 +148,11 @@ hr {
&:not(.videos) p { &:not(.videos) p {
padding-bottom: 1rem; padding-bottom: 1rem;
} }
&.index { // &.index {
p { // p {
padding-bottom: 2rem; // padding-bottom: 2rem;
} // }
} // }
&.getintouch p { &.getintouch p {
padding-bottom: 0; padding-bottom: 0;
} }