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