Skip to content

Commit

Permalink
Update post footer radius
Browse files Browse the repository at this point in the history
  • Loading branch information
danon committed Nov 29, 2024
1 parent 428ad21 commit 475944a
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions resources/janek/redesign.scss
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ body {

.designer-post {
border-radius: $tile-radius;
border: none;

@include background-theme($tile-background-light, $tile-background-dark);

Expand All @@ -33,6 +34,8 @@ body {

.designer-post-footer {
@include background-theme($tile-background-light, $tile-background-dark);
border-bottom-left-radius: $tile-radius;
border-bottom-right-radius: $tile-radius;
}
}

Expand Down

0 comments on commit 475944a

Please sign in to comment.