Skip to content

Commit e6eb1f0

Browse files
committed
Update styles for paragraphs and lists; enhance HTML content for configurator section
1 parent 46a9b98 commit e6eb1f0

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

css/style.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -161,7 +161,7 @@ footer {
161161
color: white;
162162
}
163163

164-
p, small {
164+
p, small, ul {
165165
font-family: var(--body-font);
166166
}
167167

index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -380,11 +380,11 @@ <h2 class="display-md-5 jumbo-header">Latest from the Blog</h2>
380380
<div class="col-12 col-lg-4">
381381
<div class="feature-card p-2 mt-2 mt-lg-0">
382382
<h3>RetroDECK Configurator</h3>
383-
Use the <strong>RetroDECK Configurator</strong>, a multi-tool settings
383+
<p>Use the <em>RetroDECK Configurator</em>, a multi-tool settings
384384
utility accessible from the ES-DE main menu, to manage system configurations
385385
from a single interface.
386386
It includes tools to fix issues, compress files, enable presets, organize
387-
folders, validate BIOS, and more.
387+
folders, validate BIOS, and more.</p>
388388
</div>
389389
</div>
390390
</div>

0 commit comments

Comments
 (0)