Skip to content

Commit

Permalink
Update styles.css
Browse files Browse the repository at this point in the history
  • Loading branch information
kailasnadh790 committed Dec 7, 2023
1 parent 93c8367 commit 1d62107
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion cigaradvisor/styles/styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -131,4 +131,9 @@ main .section[data-layout="50/50"] .imagecta.block > a{
main .section[data-layout="50/50"] .imagecta.block>a img {
border: 1px solid #000;
}
}

/* removing border for 2 column videos section */
main .two-column-section[data-layout="50/50"] .imagecta.block>a img {
border: none;
}
}

0 comments on commit 1d62107

Please sign in to comment.