Skip to content

Commit

Permalink
ui fix2
Browse files Browse the repository at this point in the history
  • Loading branch information
gabriel-bric-yud committed Jan 7, 2025
1 parent 21c7045 commit f85037f
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions style.css
Original file line number Diff line number Diff line change
Expand Up @@ -93,14 +93,14 @@ body {
justify-content: center;
align-content: center;
margin: 10px auto;
padding: 20px;
padding: 10px;
max-width: 96vw;
border-radius: 10px;
text-align: center;
}

.ctrl {
font-size: 25px;
font-size: 18px;
}

.ctrlOuter {
Expand Down Expand Up @@ -135,7 +135,7 @@ body {
display: flex;
margin: 20px auto;
max-width: 90vw;
font-size:9px;
font-size:7px;
}


Expand All @@ -158,7 +158,7 @@ body {
width: 700px;
height: 400px;
margin-bottom: 40px;
box-shadow: 0px 0px 20px 5px black;
border: none;
}

.titleDiv a {
Expand Down Expand Up @@ -188,12 +188,11 @@ body {
}


#controlsInner {
width: 500px;
max-width: 96vw;
.ctrlInner {
padding: 20px;
}

#controlsOuter {
#ctrlOuter {
width: 100%;
max-width:400px;
}
Expand All @@ -211,6 +210,7 @@ body {
margin: 20px auto;
max-width: 100%;
font-size: 13px;

}


Expand Down

0 comments on commit f85037f

Please sign in to comment.