Skip to content

Commit

Permalink
Update radio.md
Browse files Browse the repository at this point in the history
  • Loading branch information
MikeCZ23 authored Jan 9, 2025
1 parent 5bb3878 commit 8181f94
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions sandbox/radio.md
Original file line number Diff line number Diff line change
Expand Up @@ -189,10 +189,6 @@ function stopAllRadios(exceptIndex) {


<style>
body {
font-family: Arial, sans-serif;
}

.radio-container h1 {
text-align: center;
margin: 20px 0;
Expand All @@ -201,6 +197,7 @@ function stopAllRadios(exceptIndex) {
}

.radio-container {
font-family: Arial, sans-serif;
display: flex;
flex-wrap: wrap;
justify-content: center;
Expand Down

0 comments on commit 8181f94

Please sign in to comment.