Skip to content

Commit

Permalink
Update style.css
Browse files Browse the repository at this point in the history
  • Loading branch information
Thisal-D authored Feb 12, 2024
1 parent 905a042 commit 6b6d844
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions style.css
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,11 @@
h1 {
font-size: 28px;
}

.input-title, select, .dash, option, .user-input, #operator_selector, #bits_count,.output-title{
font-size: 18px;
}

#input-legend, .output-legend{
font-size: 20px;
}
Expand Down Expand Up @@ -76,7 +78,6 @@ option{
font-family:Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
}


.output{
text-align: right;
}
Expand All @@ -85,9 +86,7 @@ option{
font-weight: bold;
}


#output-div{
margin-top: 20px;
border-radius: 10px;

}

0 comments on commit 6b6d844

Please sign in to comment.