initial commit, the cv is usable in italian, has a side menu that shows the language...
[curriculum.git] / css / source / _formatting.scss
1 @include headings() {
2 font-family: 'Montserrat', sans-serif;
3 font-weight: 800;
4 text-transform: uppercase;
5 }
6 div {
7 margin: 0;
8 padding: 0;
9 }
10 .material-icons {
11 line-height: 1em;
12 }
13 dl {
14 dt {
15 text-decoration: underline;
16 }
17 dd {
18 margin-left: 2em;
19 }
20 }
21 dl#personal-stats {
22 dt {}
23 dd {}
24 }