remove extra padding on homepage paragraphs
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
1936c35644
commit
8792c227c8
@ -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;
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user