Skip to content

Commit c7976ea

Browse files
fix: css (#3735)
1 parent d9ba1e8 commit c7976ea

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/containers/Auth/Promotion/Promotion.module.css

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,7 @@
132132
display: grid;
133133
grid-template-columns: repeat(2, minmax(0, 1fr));
134134
gap: 12px;
135-
padding: 20px 20px 20px;
135+
padding: 20px;
136136
}
137137

138138
.ButtonContainer a:last-child {
@@ -164,7 +164,7 @@
164164
}
165165

166166
.SecondaryButton {
167-
background: #ffffff;
167+
background: #fff;
168168
color: #0c976d;
169169
border: 2px solid #0c976d;
170170
}

0 commit comments

Comments
 (0)