mirror of
https://github.com/letieu/terminal.css.git
synced 2026-03-15 02:04:30 -07:00
fix faq close
This commit is contained in:
@@ -1018,6 +1018,7 @@ ol.content li::before {
|
||||
max-height: 0;
|
||||
overflow: hidden;
|
||||
transition: max-height 0.3s ease-out;
|
||||
transition: padding 0.4s ease-out;
|
||||
color: var(--muted);
|
||||
}
|
||||
|
||||
|
||||
@@ -27,9 +27,7 @@
|
||||
<div class="has-text-muted text-sm font-bold">
|
||||
dev@localhost:~/tcss/installation
|
||||
</div>
|
||||
<div class="has-text-muted text-xs" style="opacity: 0.5">
|
||||
v0.0.2
|
||||
</div>
|
||||
<div class="has-text-muted text-xs" style="opacity: 0.5">v0.0.2</div>
|
||||
</div>
|
||||
|
||||
<!-- BODY -->
|
||||
@@ -124,10 +122,7 @@
|
||||
<p class="has-text-muted text-sm mb-4">
|
||||
To use any component, simply:
|
||||
</p>
|
||||
<ol
|
||||
class="content"
|
||||
style="list-style: decimal; padding-left: 1.5rem"
|
||||
>
|
||||
<ol class="content">
|
||||
<li class="mb-2">
|
||||
Go to the
|
||||
<a href="./index.html" class="has-text-primary"
|
||||
|
||||
Reference in New Issue
Block a user