Skip to content

Commit

Permalink
Update lopezbarber58.html
Browse files Browse the repository at this point in the history
  • Loading branch information
MYXXdev committed Jan 13, 2025
1 parent 7320989 commit 7a9300e
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions MYXXfm/pages/lopezbarber58.html
Original file line number Diff line number Diff line change
Expand Up @@ -216,14 +216,14 @@
border: none;
}

.language-switcher {
position: absolute;
top: 10px;
right: 10px;
z-index: 10;
display: flex;
gap: 5px;
}
.language-switcher {
position: absolute;
top: 10px;
left: 10px; /* Move to the left corner */
z-index: 10;
display: flex;
gap: 5px;
}

.language-switcher img {
width: 30px;
Expand Down Expand Up @@ -363,8 +363,8 @@ <h1 data-lang-en="Connect with Lopez!" data-lang-es="Conéctate con Lopez!">Conn

<!-- Language Switcher -->
<div class="language-switcher">
<img src="https://flagcdn.com/w320/gb.png" alt="English" onclick="changeLanguage('en')" />
<img src="https://flagcdn.com/w320/es.png" alt="Español" onclick="changeLanguage('es')" />
<img src="https://flagcdn.com/w320/gb.png" alt="English" onclick="changeLanguage('en')" />
</div>

<!-- The Modal -->
Expand Down

0 comments on commit 7a9300e

Please sign in to comment.