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
path: root/assets
diff options
context:
space:
mode:
Diffstat (limited to 'assets')
-rw-r--r--assets/css/_layout.scss25
-rw-r--r--assets/css/_section.scss17
2 files changed, 17 insertions, 25 deletions
diff --git a/assets/css/_layout.scss b/assets/css/_layout.scss
index b9b3388..ee219a9 100644
--- a/assets/css/_layout.scss
+++ b/assets/css/_layout.scss
@@ -18,12 +18,12 @@
h1 {
margin-bottom: 0.8rem;
- font-size: 1.5rem;
+ font-size: 1.35rem;
}
h2 {
margin-bottom: 0.4rem;
- font-size: 1.1rem;
+ font-size: 1.20rem;
}
h3 {
@@ -66,7 +66,6 @@ main.paper {
header {
grid-area: 1 / 1 / 2 / 8;
border-bottom: $border-color 0.05rem solid;
- height: 12.75rem;
.title {
display: flex;
@@ -106,7 +105,10 @@ main.paper {
}
}
- .left-column, .right-column {
+ .left-column, .right-column, .single-column {
+ display: flex;
+ flex-direction: column;
+ justify-content: flex-start;
margin-top: 0.75rem;
> *:first-child,
@@ -115,20 +117,18 @@ main.paper {
}
}
+ .single-column {
+ grid-area: 2 / 1 / 6 / 8;
+ }
+
.left-column {
grid-area: 2 / 1 / 7 / 6;
- display: flex;
- flex-direction: column;
- justify-content: flex-start;
border-right: $border-color 0.05rem solid;
padding-right: 1rem;
}
.right-column {
grid-area: 2 / 6 / 7 / 8;
- display: flex;
- flex-direction: column;
- justify-content: flex-start;
margin-left: 0.5rem;
li {
@@ -136,11 +136,6 @@ main.paper {
padding: 0;
}
- h1 {
- margin-bottom: 0.5rem;
- font-size: 1.2rem;
- }
-
h2 {
margin-bottom: 0.2rem;
font-size: 1rem;
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;