Skip to content

Commit 27cf87b

Browse files
authored
Update _es-note.scss
removing width restrictions.
1 parent e076593 commit 27cf87b

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

addon/styles/_es-note.scss

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,7 @@
66
justify-content: center;
77
min-width: 100px;
88
margin: auto;
9-
max-width: 95%;
10-
@media screen and (min-width: 992px){
11-
max-width: 80%;
12-
}
9+
max-width: 100%;
1310
&.cta-background {
1411
background-color: $orange-lightest;
1512
border-radius: 2px;

0 commit comments

Comments
 (0)