Skip to content

Commit

Permalink
Higher specificity styles
Browse files Browse the repository at this point in the history
  • Loading branch information
joedolson committed May 11, 2022
1 parent 1f42403 commit a86cd0c
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions src/css/styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -226,12 +226,12 @@ label[for="wpt_license_key"] {
display: inline-block;
}

.jcd-wide {
width: 75%;
#wp-to-twitter .jcd-wide {
width: 70%;
}

.jcd-narrow {
width: 20%;
#wp-to-twitter .jcd-narrow {
width: 25%;
}

label[for='wpt_prepend_rt'], label[for='wpt_prepend_rt2'], label[for='wpt_prepend_rt3'] {
Expand Down Expand Up @@ -319,11 +319,11 @@ label[for='wpt_prepend_rt'], label[for='wpt_prepend_rt2'], label[for='wpt_prepen
}

@media (max-width: 782px) {
.jcd-narrow {
#wp-to-twitter .jcd-narrow {
width: 100%;
}

.jcd-wide {
#wp-to-twitter .jcd-wide {
width: 100%;
}

Expand Down

0 comments on commit a86cd0c

Please sign in to comment.