cozy/src/styles/app.css
2024-09-02 13:31:05 +02:00

7 lines
No EOL
114 B
CSS

#app-wrapper {
&:has(#router-outlet #post) {
#jumbotron {
display: none;
}
}
}