mirror of
https://github.com/jgthms/bulma
synced 2026-03-15 10:14:29 -07:00
Fix footer styling
This commit is contained in:
@@ -32326,6 +32326,7 @@ has-background-moon.is-hoverable:active {
|
||||
.bd-ami-footer {
|
||||
border-radius: 0.25rem;
|
||||
height: 4rem;
|
||||
aspect-ratio: 2.5/1;
|
||||
}
|
||||
|
||||
.bd-ami-footer img {
|
||||
@@ -32338,6 +32339,13 @@ has-background-moon.is-hoverable:active {
|
||||
margin-bottom: 0.5em;
|
||||
}
|
||||
|
||||
.bd-footer-donation-items {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
gap: 1em;
|
||||
}
|
||||
|
||||
.bd-footer-donation-action {
|
||||
min-height: 3.5rem;
|
||||
display: flex;
|
||||
|
||||
Reference in New Issue
Block a user