Skip to content

Commit

Permalink
Optimizing for larger screens
Browse files Browse the repository at this point in the history
  • Loading branch information
EmoruwaTolu committed Apr 10, 2024
1 parent d403204 commit e1a58de
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
2 changes: 1 addition & 1 deletion prem-data/src/components/compare-page/compare-attr-list.js
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ return (
onChange={() => handleCheckboxChange(option)}
className="checkbox-input"
/>
<label style={{fontSize: '28px'}} htmlFor={option}>{option}</label>
<label htmlFor={option}>{option}</label>
</div>
))}
</div>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -207,9 +207,6 @@ input:checked + .slider:before {
height: 25vh;
font-size: 2em;
}
.compare-search-field{
height: 80%;
}
.percentile-toggle{
height: 13%;
font-size: 1em;
Expand Down

0 comments on commit e1a58de

Please sign in to comment.