anna.lgbt/css/donate.css

19 lines
394 B
CSS

article.donate-location {
display: flex;
flex-direction: row;
align-items: center;
margin: 0;
background-color: var(--pico-background-color);
padding-top: calc(var(--pico-spacing) * 2);
padding-bottom: calc(var(--pico-spacing) * 2);
}
article.donate-location > img {
margin-right: var(--pico-spacing);
height: 3em;
}
article.donate-location > hgroup {
margin-bottom: 0;
}