Skip to content

Commit

Permalink
Adding border and shadow
Browse files Browse the repository at this point in the history
  • Loading branch information
jamesmills committed Sep 6, 2024
1 parent d019952 commit a184c70
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions templates/lazy-ladybird/styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,8 @@
.rga_card-ad-template {
background-color: #ffffff;
border-radius: var(--rga-ad-border-radius);
border: 1px solid #ccc;
box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
display: flex;
flex-direction: column;
gap: var(--rga-ad-spacing);
Expand Down
2 changes: 2 additions & 0 deletions templates/weary-wolverine/styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,8 @@
.rga_simple-ad-template {
background-color: #ffffff;
border-radius: var(--rga-ad-border-radius);
border: 1px solid #ccc;
box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
display: grid;
grid-template-columns: repeat(1, minmax(0, 1fr));
gap: var(--rga-ad-spacing);
Expand Down

0 comments on commit a184c70

Please sign in to comment.