Skip to content

Commit 2709425

Browse files
committed
FIX: amazon buy button mobile responsive
1 parent abcbe3c commit 2709425

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

website/assets/css/main.css

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3103,6 +3103,13 @@ input, select, textarea {
31033103
display: inline;
31043104
}
31053105

3106+
.amazon-link-container {
3107+
position: relative;
3108+
top: auto;
3109+
padding: 1.5em 0 0 0;
3110+
text-align: center;
3111+
}
3112+
31063113
/* Footer */
31073114

31083115
#footer {
@@ -3194,6 +3201,10 @@ input, select, textarea {
31943201
font-size: 1.35em;
31953202
}
31963203

3204+
.amazon-link-container {
3205+
padding: 1em 0 0 0;
3206+
}
3207+
31973208
/* Footer */
31983209

31993210
#footer {

0 commit comments

Comments
 (0)