Margin Issue
Programazing opened this issue · 3 comments
Programazing commented
matteo-martinelli commented
Alex-Space commented
Programazing commented
The banner adds an unnecessary amount of margin in display mode. I'm using a local image in the following screenshots.
I ended up adding a CSS snippet to override this..obsidian-banner-wrapper{ margin-top: 0px !important; }This fix works on desktop, but on mobile it still sucks.
Add .is-mobile
.is-mobile .obsidian-banner-wrapper{
height: auto !important;
}