Skip to content

Commit

Permalink
responsive style
Browse files Browse the repository at this point in the history
  • Loading branch information
j-o-e-d-o-e committed Feb 28, 2024
1 parent a040896 commit 4ec93c0
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions docs/css/my-style.css
Original file line number Diff line number Diff line change
Expand Up @@ -262,16 +262,16 @@ ul > li::before {
}

button {
font-size: medium;
padding: 1% 2% 1% 2%;
}

#btn-launch, #btn-restart {
margin-top: 0;
}

#howto {
padding-top: 10px;
padding-bottom: 10px;
padding-top: 15px;
padding-bottom: 5px;
font-size: .4em;
}

Expand Down
6 changes: 3 additions & 3 deletions v2/css/my-style.css
Original file line number Diff line number Diff line change
Expand Up @@ -262,16 +262,16 @@ ul > li::before {
}

button {
font-size: medium;
padding: 1% 2% 1% 2%;
}

#btn-launch, #btn-restart {
margin-top: 0;
}

#howto {
padding-top: 10px;
padding-bottom: 10px;
padding-top: 15px;
padding-bottom: 5px;
font-size: .4em;
}

Expand Down

0 comments on commit 4ec93c0

Please sign in to comment.