Skip to content

Commit

Permalink
fixed lint css issues
Browse files Browse the repository at this point in the history
  • Loading branch information
Gowtami committed Nov 3, 2023
1 parent dbc60ff commit d02a3f8
Showing 1 changed file with 8 additions and 10 deletions.
18 changes: 8 additions & 10 deletions blocks/articlecards/articlecards.css
Original file line number Diff line number Diff line change
Expand Up @@ -18,28 +18,26 @@
}
}

ul.posts li.post:not(:first-child){
ul.posts li.post:not(:first-child) {
display: flex;
flex-direction: row;
align-items: flex-start;
gap: 1rem;
margin-bottom: 20px;
}

ul.posts li.post:before {
display: none;
}
ul.posts li.post::before { display: none; }

ul.posts li.post:not(:first-child) a.article-card-img{
ul.posts li.post:not(:first-child) a.article-card-img {
padding: 20px 0 0;
min-width: 188px;
}

.article-card-body a{
.article-card-body a {
font-weight: bold;
}

.article-card-body a:hover{
.article-card-body a:hover {
color: #000;
text-decoration: none;
}
Expand Down Expand Up @@ -200,19 +198,19 @@ ul.posts li.post{
max-width: 100%!important;
}

.wrapper{
.wrapper {
grid-gap: 0;
}

ul.posts li.post:not(:first-child){
ul.posts li.post:not(:first-child) {
display: block;
}

ul.posts li.post:first-child .article-card-img img {
height: auto;
}

ul.posts li.post:not(:first-child) a.article-card-img{
ul.posts li.post:not(:first-child) a.article-card-img {
min-width: 100%;
}
}
Expand Down

0 comments on commit d02a3f8

Please sign in to comment.