Skip to content

Commit b2e68f2

Browse files
authored
Merge pull request #54 from thisisobate/increase-paragraph
chore: tiny layout improvements
2 parents e74ca02 + 68c314c commit b2e68f2

File tree

4 files changed

+19
-15
lines changed

4 files changed

+19
-15
lines changed

assets/scss/_styles_project.scss

+4
Original file line numberDiff line numberDiff line change
@@ -413,6 +413,10 @@
413413
font-size: 1.125rem;
414414
}
415415

416+
.text-xl {
417+
font-size: 1.3rem;
418+
}
419+
416420
.text-2xl {
417421
font-size: 1.5rem;
418422
}

assets/scss/_variables_project.scss

+2-2
Original file line numberDiff line numberDiff line change
@@ -11,5 +11,5 @@ $light: #ffffff !default;
1111
// font
1212
$google_font_name: 'Alegreya Sans';
1313
$google_font_family: 'Alegreya+Sans:ital,wght@0,100;0,300;0,400;0,500;0,700;0,800;0,900;1,100;1,300;1,400;1,500;1,700;1,800;1,900';
14-
$line-height-base: 1.6667;
15-
$font-size-base: 1.125rem;
14+
$line-height-base: 1.5;
15+
$font-size-base: 1.3rem;

layouts/home.html

+2-2
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
</div>
66
<div class="text-center">
77
<h1 class="max-w-700px text-6xl line-height-1 -text-primary m-auto">Accelerate application modernization</h1>
8-
<p class="max-w-600px text-lg mt-3 m-auto">
8+
<p class="max-w-600px mt-3 m-auto">
99
Konveyor is an open-source project that gives developers and platform teams visibility, analysis, and transformation tools to predictably re-platform and refactor legacy applications at scale for Kubernetes and cloud-native technologies.
1010
</p>
1111
</div>
@@ -31,7 +31,7 @@ <h2 class="fancy text-center font-medium -text-primary"><span>Key components of
3131
<h2 class="-text-primary">{{ . }}</h2>
3232
{{ end }}
3333
{{ with $component.description }}
34-
<p class="text-lg">
34+
<p>
3535
{{ . }}
3636
</p>
3737
{{ end }}

static/images/left-illustration.svg

+11-11
Loading

0 commit comments

Comments
 (0)