Skip to content

Commit

Permalink
styling fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
kailasnadh790 committed Dec 4, 2023
1 parent 15e301a commit a0e3f81
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 4 deletions.
17 changes: 14 additions & 3 deletions cigaradvisor/blocks/imagecta/imagecta.css
Original file line number Diff line number Diff line change
@@ -1,7 +1,18 @@
.home-tall-banner > a img{
.home-tall-banner>a picture {
display: block;
height: 100%;
}

.home-tall-banner>a img {
display: block;
position: relative;
width: 100%;
width: 100%;
height: 100%;
border: 1px solid #000;
object-fit: cover;
}

@media screen and (min-width: 1200px) {
.home-tall-banner>a img {
border: 1px solid #000;
}
}
4 changes: 3 additions & 1 deletion cigaradvisor/styles/styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -110,12 +110,14 @@ main .section[data-layout="50/50"] {
display: flex;
flex-basis: 100%;
flex-direction: column;
padding: 10px;
}
.article-teaser-wrapper{
padding: 10px;
}

.imagecta-wrapper{
display: flex;
flex-basis: 100%;
padding: 10px;
}
main .section[data-layout="50/50"] .layout-content-wrapper > div.separator-wrapper {
Expand Down

0 comments on commit a0e3f81

Please sign in to comment.