Skip to content

Commit

Permalink
Fix linting issues
Browse files Browse the repository at this point in the history
  • Loading branch information
tonyklapatch committed Jul 26, 2024
1 parent fcf4726 commit e6c2b8d
Showing 1 changed file with 8 additions and 9 deletions.
17 changes: 8 additions & 9 deletions cigars-for-beginners/styles/styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -285,12 +285,15 @@ main .section:empty {
/* specific sections */
.section.hand-made-vs-machine-made {
background-color: #5d7333;
padding: 0;
max-width: 100%;
color: #fff;
padding: 80px 0;
}

.cigar-pairing img {
margin: 1em 0;
}

.hand-made-vs-machine-made .columns img {
width: auto;
float: left;
Expand Down Expand Up @@ -318,12 +321,12 @@ main .section:empty {
padding: 0 32px;
}

.cigar-pairing .columns > div > div {
overflow: hidden;
.key-characteristics .columns > div {
align-items: start;
}

.cigar-pairing img {
margin: 1em 0;
.cigar-pairing .columns > div > div {
overflow: hidden;
}

.cigar-pairing .columns > div > div p:first-child img {
Expand Down Expand Up @@ -366,10 +369,6 @@ main .section:empty {
font-weight: bold;
}

.key-characteristics .columns > div {
align-items: start;
}

main .section.cigar-terminology {
background: url("/cigars-for-beginners/images/terms-tabs/media_11c9563b2b00d3c3f59376737971c9a720c9689a6.jpeg");
color: white;
Expand Down

0 comments on commit e6c2b8d

Please sign in to comment.