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 8bad6af commit 4d747bd
Showing 1 changed file with 14 additions and 31 deletions.
45 changes: 14 additions & 31 deletions style.css
Original file line number Diff line number Diff line change
@@ -1,33 +1,16 @@
@media screen and (min-width: 1081px) {
h1 {
font-size: 40px;
}
.input-title, select, .dash, option, .user-input, #operator_selector, #bits_count,.output-title{
font-size: 20px;
}
#input-legend, .output-legend{
font-size: 20px;
}
.output{
font-size: 20px;
}
}

/* 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;
}
.input-title, select, .dash, option, .user-input, #operator_selector, #bits_count,.output-title{
font-size: 40px;
}
#input-legend, .output-legend{
font-size: 45px;
}
.output{
font-size: 35px;
}
}

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

body{
background-color:rgb(255,255,255);
Expand Down Expand Up @@ -104,7 +87,7 @@ option{


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

}

0 comments on commit 4d747bd

Please sign in to comment.