Files
tripwithbonus/static/v2/css/blocks/b_make_poster_order.css
2025-01-08 21:33:19 +03:00

13 lines
343 B
CSS

.b_make_poster_order {
--title-font-size: 44px;
--title-font-weight: 700;
--title-margin-bottom: 60px;
.make_poster_order_title{
width: 100%;
font-size: var(--title-font-size);
font-weight: var(--title-font-weight);
margin-bottom: var(--title-margin-bottom);
text-align: center;
}
}