Compare commits

...

2 Commits

Author SHA1 Message Date
desmukh 8792c227c8 remove extra padding on homepage paragraphs
continuous-integration/drone/push Build is passing Details
2023-01-07 08:44:23 +05:00
desmukh 1936c35644 remove extra padding on abolish the family container 2023-01-07 08:40:46 +05:00
1 changed files with 8 additions and 8 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;
}
@ -350,9 +350,9 @@ footer {
/* ABOLISH THE FAMILY STYLES
============================= */
#abolish-the-family {
padding-top: 1rem;
@media (max-width: 480px) { padding-top: 2rem; }
@media (max-width: 480px) { border-top: 1px solid; }
// padding-top: 1rem;
// @media (max-width: 480px) { padding-top: 2rem; }
// @media (max-width: 480px) { border-top: 1px solid; }
background-color: #fff5f5;
.book-cell {