<section class="site-section">
<div class="container alerta">
- <div class="row align-items-center">
- <blockquote><strong>
- <img src="../img/warn.svg" alt="WARNING"/> Warning: This documentation is still under construction. It's too succint for comfort still.
- </strong></blockquote>
- </div>
+ <blockquote><strong>
+ <img src="../img/warn.svg" alt="WARNING"/> Warning: This documentation is still under construction. It's too
+ succint for comfort still.
+ </strong></blockquote>
</div>
<div class="container">
<section class="site-section">
<div class="container alerta">
- <div class="row align-items-center">
- <blockquote><strong>
- <img src="./img/warn.svg" alt="WARNING" /> Warning: This documentation is still under construction. It's too succint for comfort still.
- </strong></blockquote>
- </div>
+ <blockquote><strong>
+ <img src="./img/warn.svg" alt="WARNING"/> Warning: This documentation is still under construction. It's too
+ succint for comfort still.
+ </strong></blockquote>
</div>
<div class="container">
.bg-blue-dark {
background: #10242d; }
-ul,
-ul li {
+.site-nav ul,
+.site-nav ul li {
margin: 0;
padding: 0;
list-style-type: none; }
max-height: 40px;
}
-.site-section ul, .site-section ul li {
- margin-left: 10px;
- margin-bottom: 5px;
- list-style-type: circle;
-}
h2{
margin-top: 2.5rem;
color: #00bfFF;
}
+figure {
+ margin-block-start: 1em;
+ margin-block-end: 1em;
+ margin-inline-start: 40px;
+ margin-inline-end: 40px;
+}
+