Welcome to mirror list, hosted at ThFree Co, Russian Federation.

custom.scss « css « assets « exampleSite - gitlab.com/mertbakir/resume-a4.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 7ceb8ec0fcfa43f5460eb5510e4254a49e80f4c0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
main.paper {
  header .title h1 {
    // You might want to change the font size if you have a long or a short name
    //font-size: 4rem;

    // You may disable all capitals name with this.
    //text-transform: none;
  }

  .section-experience p {
    // If you have a lot of experiences, you can lower the line height
    // to fit more text on a single page.
    //line-height: 1.5;
  }
}