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 11, 2024
1 parent 93a2fad commit 8bad6af
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions style.css
Original file line number Diff line number Diff line change
@@ -1,19 +1,19 @@
@media screen and (min-width: 1081px) {
h1 {
font-size: 50px;
font-size: 40px;
}
.input-title, select, .dash, option, .user-input, #operator_selector, #bits_count,.output-title{
font-size: 30px;
font-size: 20px;
}
#input-legend, .output-legend{
font-size: 35px;
font-size: 20px;
}
.output{
font-size: 25px;
font-size: 20px;
}
}

/* If the screen size is 600px wide or less, set the font-size of <div> to 30px */
/* If the screen size is 1080px wide or less, set the font-size of <div> to 30px */
@media screen and (max-width: 1081px) {
h1 {
font-size: 80px;
Expand Down Expand Up @@ -107,4 +107,4 @@ option{
margin-top: 50px;
border-radius: 10px;

}
}

0 comments on commit 8bad6af

Please sign in to comment.