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 'assets/css/_layout.scss')
-rw-r--r--assets/css/_layout.scss25
1 files changed, 10 insertions, 15 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;