Skip to content

Commit

Permalink
Removed ul bullet points from the FAQ page
Browse files Browse the repository at this point in the history
  • Loading branch information
Rakielle authored and deneb-alpha committed Nov 5, 2024
1 parent 6a0a015 commit 16db9a1
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
6 changes: 5 additions & 1 deletion css/index.css
Original file line number Diff line number Diff line change
Expand Up @@ -405,13 +405,17 @@ header .subpage-description {

.subpage-content ul li::before{
content: "\2022";
color: #F2F2F2;
color: var(--bc-secondary);
font-weight: bold;
display: inline-block;
width: 1em;
margin-left: -1em;
}

.subpage-content .faq-list li::before {
content: none;
}

.subpage-content-push-right {
margin: 0 0 16px;
padding-left: 30px;
Expand Down
4 changes: 2 additions & 2 deletions pages/faq.html
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ <h1>FAQ</h1>
<div class="container page-wrapper">
<div class="container">
<div class="row content-padding subpage-content">
<ul>
<ul class="faq-list">
<li>
<h5>Q. How is Uyuni pronounced?</h5>
<p>A. As <strong>/uju:ˈni/</strong></p>
Expand Down Expand Up @@ -153,7 +153,7 @@ <h5>Q. What are the main differences between Uyuni and Spacewalk right now?</h5>
for details in real time, as we keep adding more and more.</li>
</ul>
</li>
</ul>
</>
</div>
</div> <!-- #container -->
<!-- Footer -->
Expand Down

0 comments on commit 16db9a1

Please sign in to comment.