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

gitlab.com/mertbakir/resume-a4.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'exampleSite/assets/css/custom.scss')
-rw-r--r--exampleSite/assets/css/custom.scss15
1 files changed, 15 insertions, 0 deletions
diff --git a/exampleSite/assets/css/custom.scss b/exampleSite/assets/css/custom.scss
new file mode 100644
index 0000000..7ceb8ec
--- /dev/null
+++ b/exampleSite/assets/css/custom.scss
@@ -0,0 +1,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;
+ }
+}