forked from alaguraj/odoo-testing-addons
implement custom theme styles and update docker configuration
This commit is contained in:
parent
3ce582b17d
commit
612192c91e
@ -1007,12 +1007,12 @@ section h2.display-4 {
|
||||
// Blog Detail Page - ensure content is not hidden by floating footer CTA bar
|
||||
// The footer's .footer-cta-bar-wrapper uses margin-top: -140px to float up into page content
|
||||
.s_blog_detail_section {
|
||||
padding-bottom: 300px !important;
|
||||
padding-bottom: 100px !important;
|
||||
}
|
||||
|
||||
// Also ensure the oe_structure wrap div doesn't clip content
|
||||
#wrap > .s_blog_detail_section:last-child {
|
||||
padding-bottom: 300px !important;
|
||||
#wrap>.s_blog_detail_section:last-child {
|
||||
padding-bottom: 100px !important;
|
||||
}
|
||||
|
||||
// Blog Section
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user