Skip to content

Commit

Permalink
fix How to use page issues
Browse files Browse the repository at this point in the history
  • Loading branch information
YuriyChestnyh committed Oct 25, 2024
1 parent f2f4da9 commit 7d09b40
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 4 deletions.
10 changes: 8 additions & 2 deletions css/instructions.css
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,9 @@
.heading {
margin-top: 3rem !important;
font-size: x-large;
text-align: center;
margin-left: 3rem;
margin-right: 3rem;
}

.main-cont {
Expand Down Expand Up @@ -91,12 +94,15 @@
}

.instruction-text {
font-size: large;
font-size: 2.2vh;
font-weight: 400;
}
.subtitle{
font-size: 2vh;
font-size: 2.2vh;
text-align: center;
margin-left: 3rem;
margin-right: 3rem;

}
.show-button-cont{
display: flex;
Expand Down
4 changes: 2 additions & 2 deletions html/instructions_ua.html
Original file line number Diff line number Diff line change
Expand Up @@ -32,10 +32,10 @@
</button>
<ul class="dropdown-menu" aria-labelledby="dropdownMenuButton">
<li class="dropdown-item">
<a class="dropdown-item first enable" href="../html/instructions_en.html">EN</a>
<a class="dropdown-item first" href="../html/instructions_en.html">EN</a>
</li>
<li class="dropdown-item">
<a class="dropdown-item" href="../html/instructions_ua.html">UA</a>
<a class="dropdown-item enable" href="../html/instructions_ua.html">UA</a>
</li>
</ul>
</div>
Expand Down

0 comments on commit 7d09b40

Please sign in to comment.