Skip to content

Commit

Permalink
Adjust breakpoints
Browse files Browse the repository at this point in the history
  • Loading branch information
boyonthebeach2k committed May 1, 2024
1 parent 309e8fe commit 826a24a
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions src/pages/styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -94,23 +94,23 @@ td * {
}
}
/* Chargers Tabs and Region Switch begin to intersect */
@media (max-width: 911.98px) {
@media (max-width: 1044px) {
#charger-tabs {
display: none;
}
}
@media (min-width: 911.98px) {
@media (min-width: 1045px) {
#charger-select {
display: none;
}
}
/* Chargers Select and Region Switch begin to intersect */
@media (max-width: 341.98px) {
/* Chargers Select and Region Dropdown begin to intersect */
@media (max-width: 445px) {
#charger-tabs {
display: none;
}
}
@media (min-width: 341.98px) {
@media (min-width: 446px) {
.region-flags-container {
position: absolute;
right: 0;
Expand Down

0 comments on commit 826a24a

Please sign in to comment.