Skip to content

Commit

Permalink
style(playground): fix order
Browse files Browse the repository at this point in the history
  • Loading branch information
JannisDommer committed Jan 5, 2024
1 parent 0b023e2 commit ac9d24c
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions WebSocketClient/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -15,13 +15,13 @@
<div class="header">
<h1>UVL Playground</h1>
<div class="tutorials">
<div id="uvl-tutorialButton">
<div id="tutorialButton">
<div class="tutorial-button-text">?</div>
<span>Interactively learn the Universal Variability Language</span>
<span>Playground Tour</span>
</div>
<div id="tutorialButton">
<div id="uvl-tutorialButton">
<div class="tutorial-button-text">?</div>
<span>Get a tour of the Playground</span>
<span>Introduction to UVL</span>
</div>
</div>
</div>
Expand Down
2 changes: 1 addition & 1 deletion WebSocketClient/style/dropdown.css
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@

.dropdown-wrapper {
padding: 0 20px 5px;
span {
& span {
color: white;
}
}
Expand Down

0 comments on commit ac9d24c

Please sign in to comment.