Skip to content

Commit

Permalink
Remove incorrect styling (#56)
Browse files Browse the repository at this point in the history
  • Loading branch information
Spencer14420 authored Nov 15, 2024
1 parent e566a11 commit 5e34100
Showing 1 changed file with 0 additions and 13 deletions.
13 changes: 0 additions & 13 deletions dist/css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -268,19 +268,6 @@ div:has(> .contact-info) {
}
}

@media (min-width: 1901px) and (max-height: 660px),
(min-width: 1501px) and (max-width: 1900px) and (max-height: 590px),
(min-width: 1201px) and (max-width: 1500px) and (max-height: 460px),
(min-width: 1000px) and (max-width: 1200px) and (max-height: 415px) {
#mantra,
#companyname {
font-weight: bolder;
}
#companyname {
font-weight: bold;
}
}

/* Single column layout and additional adjustments for screens up to 600px wide */
@media (max-width: 600px) {
#mantra,
Expand Down

0 comments on commit 5e34100

Please sign in to comment.