8cbc40b2f
36f9424ff
d8232bac6
35fe58c2f
4158e67c8
78f912ed5
1eb23e12f
c9e3565dc
5b0ec7cdd
6c3589fc5
1 2
3
4 5 6 7 8
9
10
11
12
13
14 15
16 17 18
19
@use '_variables' as *; @use '_mixins' as *; .root { max-width: 1200px; margin: auto; } .card { @include margin(2rem); flex-basis: 300px; } .card-title { font-size: 1.1rem; text-align: center; margin-bottom: 1rem; }