docs: fix CSS class name in learnings doc (feed-map-wrap not map-col)

This commit is contained in:
2026-06-22 01:54:01 +02:00
parent 00d6bb0e37
commit 7d1bab89b9
@@ -74,7 +74,7 @@ el.classList.add('pswp-key-from-right');
## Mobile Fullscreen Map Pattern
```css
.map-col.is-fullscreen {
.feed-map-wrap.is-fullscreen {
position: fixed !important;
inset: 0;
z-index: 9999;