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 {
padding-bottom: 1rem;
}
&.index {
p {
padding-bottom: 2rem;
}
}
// &.index {
// p {
// padding-bottom: 2rem;
// }
// }
&.getintouch p {
padding-bottom: 0;
}