Spaces:
Running
on
Zero
Running
on
Zero
File size: 343 Bytes
886d8e9 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 |
.rounded-lg {
border-radius: 0;
}
/*
.rounded-sm, .rounded-md, .rounded-lg, .rounded-xl, .rounded-2xl, .rounded-3xl {
border-radius: 0.125rem;
}
.rounded-full {
border-radius: 0.125rem;
}
*/
.font-extrabold {
font-weight: 600;
}
.h1, .h2, .h3, .h4, .h5, .h6 {
font-weight: 600;
}
.body {
font-weight: normal;
}
|