mirror of
https://github.com/jgthms/bulma
synced 2026-03-15 02:04:29 -07:00
Fix footer styling
This commit is contained in:
@@ -47,6 +47,7 @@
|
|||||||
.bd-ami-footer {
|
.bd-ami-footer {
|
||||||
border-radius: 0.25rem;
|
border-radius: 0.25rem;
|
||||||
height: 4rem;
|
height: 4rem;
|
||||||
|
aspect-ratio: 2.5 / 1;
|
||||||
}
|
}
|
||||||
|
|
||||||
.bd-ami-footer img {
|
.bd-ami-footer img {
|
||||||
@@ -59,6 +60,13 @@
|
|||||||
margin-bottom: 0.5em;
|
margin-bottom: 0.5em;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.bd-footer-donation-items {
|
||||||
|
display: flex;
|
||||||
|
align-items: center;
|
||||||
|
justify-content: center;
|
||||||
|
gap: 1em;
|
||||||
|
}
|
||||||
|
|
||||||
.bd-footer-donation-action {
|
.bd-footer-donation-action {
|
||||||
min-height: 3.5rem;
|
min-height: 3.5rem;
|
||||||
display: flex;
|
display: flex;
|
||||||
|
|||||||
@@ -32326,6 +32326,7 @@ has-background-moon.is-hoverable:active {
|
|||||||
.bd-ami-footer {
|
.bd-ami-footer {
|
||||||
border-radius: 0.25rem;
|
border-radius: 0.25rem;
|
||||||
height: 4rem;
|
height: 4rem;
|
||||||
|
aspect-ratio: 2.5/1;
|
||||||
}
|
}
|
||||||
|
|
||||||
.bd-ami-footer img {
|
.bd-ami-footer img {
|
||||||
@@ -32338,6 +32339,13 @@ has-background-moon.is-hoverable:active {
|
|||||||
margin-bottom: 0.5em;
|
margin-bottom: 0.5em;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.bd-footer-donation-items {
|
||||||
|
display: flex;
|
||||||
|
align-items: center;
|
||||||
|
justify-content: center;
|
||||||
|
gap: 1em;
|
||||||
|
}
|
||||||
|
|
||||||
.bd-footer-donation-action {
|
.bd-footer-donation-action {
|
||||||
min-height: 3.5rem;
|
min-height: 3.5rem;
|
||||||
display: flex;
|
display: flex;
|
||||||
|
|||||||
2
docs/assets/css/website.min.css
vendored
2
docs/assets/css/website.min.css
vendored
File diff suppressed because one or more lines are too long
Reference in New Issue
Block a user