crbtc.org/assets/style/pages/index/_banner.scss

31 lines
523 B
SCSS
Raw Normal View History

2023-07-17 19:11:13 +00:00
.banner {
display: grid;
2023-09-02 06:22:13 +00:00
grid-template-columns: 1fr 2fr;
2023-07-17 19:11:13 +00:00
max-width: 60rem;
2023-09-02 06:22:13 +00:00
background: $t-color;
margin: 2rem auto 6rem auto;
padding: 2rem 2rem 2.25rem 2rem;
2023-07-17 19:11:13 +00:00
h4 {
2023-09-02 06:22:13 +00:00
margin: 0 0 1.5rem 0;
2023-07-17 19:11:13 +00:00
}
h6 {
color: $f-color;
2023-09-02 06:22:13 +00:00
font-size: 1.1rem;
font-weight: 400;
line-height: 1.65rem;
padding: .5rem 2rem 0 0;
2023-07-17 19:11:13 +00:00
}
}
@media only screen and (max-width: 600px) {
.banner {
display: block;
padding: 3rem 1rem 8rem 1rem;
.msg .donate {
overflow-wrap: break-word;
2023-07-17 19:11:13 +00:00
}
}
}