anna.lgbt/css/donate.css

19 lines
394 B
CSS
Raw Permalink Normal View History

2022-09-10 08:48:10 +00:00
article.donate-location {
display: flex;
flex-direction: row;
align-items: center;
margin: 0;
2023-05-29 01:48:22 +00:00
background-color: var(--pico-background-color);
padding-top: calc(var(--pico-spacing) * 2);
padding-bottom: calc(var(--pico-spacing) * 2);
2022-09-10 08:48:10 +00:00
}
article.donate-location > img {
2023-05-29 01:48:22 +00:00
margin-right: var(--pico-spacing);
2022-09-10 08:48:10 +00:00
height: 3em;
}
article.donate-location > hgroup {
margin-bottom: 0;
}