Skip to content

Commit d470289

Browse files
committed
Move page header to left
1 parent a17d326 commit d470289

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

assets/scss/_styles_project.scss

+5
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
body > div > main > section.row.td-box.td-box--1.position-relative.td-box--gradient.td-box--dark.td-box--height-auto > div {
2+
margin-left: 80px;
3+
text-align: left!important;
4+
max-width: 400px;
5+
}

content/en/_index.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ description: Welcome to the Ortelius Open Source Project Site
55

66
{{< blocks/section color=dark >}}
77
<div class="col-12">
8-
<div style="max-width:400px">
8+
<div style="max-width:500px">
99
<h1 class="text-left">An Open Source Microservice Catalog for Supply Chain Management</h1>
1010
</div>
1111
<div id="home-github">

0 commit comments

Comments
 (0)