@networkpro/blog
Version:
The official blog of Network Pro Strategies (Network Pro™).
24 lines (19 loc) • 549 B
CSS
/*! ==========================================================================
src/stylesheets/extra.css
Copyright © 2025 Network Pro Strategies (Network Pro™)
SPDX-License-Identifier: CC-BY-4.0 OR GPL-3.0-or-later
This file is part of Network Pro.
=========================================================================== */
.poster-figure {
text-align: center;
margin-top: 2rem;
}
.poster-figure img {
border-radius: 8px;
max-width: 100%;
}
.poster-figure figcaption {
color: #666;
font-style: italic;
margin-top: 0.5rem;
}