Skip to content

Commit 54b8f7b

Browse files
committed
Fix strechting of Zoeys and Tomsters and give them some space
1 parent e20a2cd commit 54b8f7b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

addon/styles/components/es-note.css

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
.cta {
22
background-color: var(--color-yellow-light);
33
border-radius: var(--radius-lg);
4-
margin: auto;
4+
margin: var(--spacing-1) auto;
55
max-width: 90%;
66
position: relative;
77
overflow: hidden;
@@ -27,6 +27,7 @@
2727
.cta-note img {
2828
margin: var(--spacing-2);
2929
transform: rotate(15deg);
30+
object-fit: contain;
3031
}
3132

3233
.cta:before {

0 commit comments

Comments
 (0)