We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 550f3b0 commit 6873362Copy full SHA for 6873362
doc/src/_static/logo.png renamed to doc/src/_static/hero-banner.png
38.6 KB
doc/src/_static/sphinx-omnetpp.css
@@ -93,7 +93,7 @@ figure img {
93
display: block; /* Treat the pseudo-element like a block-level element */
94
width: 400px; /* Width of the image */
95
height: 100px; /* Height of the image */
96
- background-image: url('logo.png'); /* Path to your image */
+ background-image: url('hero-banner.png'); /* Path to your image */
97
background-size: cover; /* Ensure the image covers the pseudo-element */
98
background-repeat: no-repeat; /* Prevent the image from repeating */
99
border-radius: 0.2rem;
0 commit comments