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:
authormertbakir <2335694-mertbakir@users.noreply.gitlab.com>2023-12-24 14:17:24 +0300
committermertbakir <2335694-mertbakir@users.noreply.gitlab.com>2023-12-24 14:17:24 +0300
commit37e648c1d03444308adeb8b8f1b921a27d18446a (patch)
tree213e673d58a4eb57c4c36a84e1a9b19c8634d033 /assets/css/_section.scss
parenta4948115181eb177096ef97f368ead78278dd55b (diff)
CSS & Layout Updates:
- New fields added in education and experience sections. - Now a section can be separated into multiple pages. - You can define page number for each item, see experience.yaml - Header: - if no avatar is displayed, then contact links will be on the right. - header will repeat for each page. - CSS class names are mostly kept unchanged.
Diffstat (limited to 'assets/css/_section.scss')
-rw-r--r--assets/css/_section.scss17
1 files changed, 7 insertions, 10 deletions
diff --git a/assets/css/_section.scss b/assets/css/_section.scss
index 7eba95d..737d995 100644
--- a/assets/css/_section.scss
+++ b/assets/css/_section.scss
@@ -11,8 +11,6 @@
}
.section-title {
- border-left: solid 0.35rem $text-color;
- padding-left: 0.4rem;
font-family: $font-1;
}
@@ -47,10 +45,14 @@
}
&.group {
+ margin-bottom: 1rem;
.item {
margin-top: 0;
}
}
+ &.group:last-child {
+ margin-bottom: 0;
+ }
}
.item-title {
@@ -65,22 +67,17 @@
.job-title {
font-size: 14px;
+ font-weight: 600;
}
-.date {
+.soft-color {
color: scale-color($text-color, $lightness: 30%);
}
+main.paper .single-column,
main.paper .right-column,
main.paper .left-column,
.paper {
- .section-education {
- h2 {
- margin-bottom: 0;
- font-size: 1rem;
- }
- }
-
.section-languages {
.item {
margin-bottom: 0.4rem;