Skip to content

Commit

Permalink
fix layout
Browse files Browse the repository at this point in the history
  • Loading branch information
gluap committed Jan 20, 2024
1 parent 3e0d617 commit 33de419
Show file tree
Hide file tree
Showing 5 changed files with 13 additions and 5 deletions.
4 changes: 4 additions & 0 deletions assets/scss/_styles_project.scss
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,10 @@ body {
// font-weight: normal !important;
}

.navbar-brand > .text-uppercase {
font-weight: 700;
}

.td-content {
max-width: 60rem;
}
Expand Down
2 changes: 2 additions & 0 deletions content/community/_index.de.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ aliases:
---

<section class="row td-box td-box--1 position-relative td-box--gradient td-box--height-auto">
<div class="container">
<div class="container text-center td-arrow-down">
<span class="h4 mb-0">

Expand All @@ -21,6 +22,7 @@ auszuwerten. So kannst du mitmachen:

</span>
</div>
</div>
</section>

{{% blocks/section color="dark" %}}
Expand Down
6 changes: 4 additions & 2 deletions content/device.de.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ menu:
---

<section class="row td-box td-box--1 position-relative">
<div class="containter">

<div class="container text-center td-arrow-down">

# Das Messgerät
Expand All @@ -16,11 +18,11 @@ aufzeichnet. Dieses Gerät haben wir als quelloffenes Design entwickelt, sodass
du, wenn du magst, dir selbst eines bauen kannst und darfst! Hier siehst du alle
Varianten.


</div>
</div>
</section>

<section class="row td-box td-box--height-auto device-types-row">
<section class="td-box td-box--height-auto device-types-row">
<div class="container">
<div class="row p-0">

Expand Down
2 changes: 0 additions & 2 deletions layouts/docs/baseof.html
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,7 @@
</div>
<div class="d-none d-xl-block td-toc d-print-none">
{{ partial "page-meta-links.html" . }}

{{ partial "toc.html" . }}

</div>
<main role="main">
{{ partial "version-banner.html" . }}
Expand Down
4 changes: 3 additions & 1 deletion layouts/partials/page-meta-links.html
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,8 @@
{{ end }}

{{ end }}

{{ with .CurrentSection.AlternativeOutputFormats.Get "print" }}
<a id="print" href="{{ .Permalink | safeURL }}"><i class="fa fa-print fa-fw"></i> {{ T "print_entire_section" }}</a>
{{ end }}
</div>
{{ end }}

0 comments on commit 33de419

Please sign in to comment.