Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
U
UZurich
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Model registry
Analyze
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
2023 Competition
UZurich
Commits
02a544d5
Commit
02a544d5
authored
1 year ago
by
Herta Elina Jansone
Browse files
Options
Downloads
Patches
Plain Diff
Revert "Merge branch 'revert-
c29cf9aa
' into 'main'"
This reverts merge request
!1
parent
04505d0a
No related branches found
No related tags found
1 merge request
!2
Revert "Merge branch 'revert-c29cf9aa' into 'main'"
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
wiki/layout.html
+7
-0
7 additions, 0 deletions
wiki/layout.html
with
7 additions
and
0 deletions
wiki/layout.html
+
7
−
0
View file @
02a544d5
...
...
@@ -45,7 +45,11 @@
<header
class=
"bg-hero-header py-5"
>
<div
class=
"container h-160"
>
<div
class=
"row h-100 align-items-center"
>
{% if self.window_content() %}
<div
class=
"col"
>
{% else %}
<div
class=
"col-lg-4"
>
{% endif %}
<h1
class=
"display-4 text-white mt-5 mb-2"
style=
"text-align: center; font-family: TASA Orbiter; font-size:72px"
>
{{ self.title() }}
</h1>
...
...
@@ -53,12 +57,15 @@
{% block lead %}{% endblock %}
</h2>
</div>
{% if self.window_content() %}
{% else %}
<div
class=
"col-lg-1"
></div>
<div
class=
"col-lg-7"
>
<div
class=
"container-fluid"
style=
"border-radius: 24px; border-color: var(--mid-violet); border-width: 12px; background-color: var(--mid-light-violet)"
>
{% block window_content %}{% endblock %}
</div>
</div>
{% endif %}
</div>
</div>
</header>
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment