Skip to content

Commit c8fa80a

Browse files
committed
Fix footer styling
1 parent 7c526b1 commit c8fa80a

File tree

3 files changed

+17
-1
lines changed

3 files changed

+17
-1
lines changed

docs/_sass/home/amis.scss

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,7 @@
4747
.bd-ami-footer {
4848
border-radius: 0.25rem;
4949
height: 4rem;
50+
aspect-ratio: 2.5 / 1;
5051
}
5152

5253
.bd-ami-footer img {
@@ -59,6 +60,13 @@
5960
margin-bottom: 0.5em;
6061
}
6162

63+
.bd-footer-donation-items {
64+
display: flex;
65+
align-items: center;
66+
justify-content: center;
67+
gap: 1em;
68+
}
69+
6270
.bd-footer-donation-action {
6371
min-height: 3.5rem;
6472
display: flex;

docs/assets/css/website.css

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32326,6 +32326,7 @@ has-background-moon.is-hoverable:active {
3232632326
.bd-ami-footer {
3232732327
border-radius: 0.25rem;
3232832328
height: 4rem;
32329+
aspect-ratio: 2.5/1;
3232932330
}
3233032331

3233132332
.bd-ami-footer img {
@@ -32338,6 +32339,13 @@ has-background-moon.is-hoverable:active {
3233832339
margin-bottom: 0.5em;
3233932340
}
3234032341

32342+
.bd-footer-donation-items {
32343+
display: flex;
32344+
align-items: center;
32345+
justify-content: center;
32346+
gap: 1em;
32347+
}
32348+
3234132349
.bd-footer-donation-action {
3234232350
min-height: 3.5rem;
3234332351
display: flex;

docs/assets/css/website.min.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)