Fixed media screen

This commit is contained in:
MaxOvs19 2023-06-08 12:16:44 +03:00
parent a2b01ea1f5
commit d5b885f4b7
5 changed files with 7 additions and 4 deletions

View File

@ -97,7 +97,7 @@
id="version--0231"
style="color: inherit; text-decoration: none"
>
<h2>version ~ 0.3.11</h2>
<h2>version ~ 0.3.12</h2>
</a>
<p>
This component allows you to create a custom select. It offers more

View File

@ -33,7 +33,7 @@
<li><a href="src/cdn/cdn.html">CDN</a></li>
</ul>
</nav>
<p class="version">v. 0.3.11</p>
<p class="version">v. 0.3.12</p>
</header>
</div>

View File

@ -33,7 +33,7 @@
<li><a href="./cdn.html">CDN</a></li>
</ul>
</nav>
<p class="version">v. 0.3.11</p>
<p class="version">v. 0.3.12</p>
</header>
</div>

View File

@ -34,7 +34,7 @@
<li><a href="../cdn/cdn.html">CDN</a></li>
</ul>
</nav>
<p class="version">v. 0.3.11</p>
<p class="version">v. 0.3.12</p>
</header>
</div>

View File

@ -293,6 +293,9 @@ pre {
pre {
overflow-x: auto !important;
}
.navlist {
width: 300px !important;
}
}
.version {