Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
W
Website Visgroup
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
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
vislab
Website Visgroup
Commits
77a64079
Commit
77a64079
authored
1 year ago
by
Nico Graebling
Browse files
Options
Downloads
Patches
Plain Diff
Default single page with less free space at the left and right side
parent
bbe23ab3
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
visgroup/themes/ananke-adapted/layouts/_default/single.html
+1
-1
1 addition, 1 deletion
visgroup/themes/ananke-adapted/layouts/_default/single.html
visgroup/themes/ananke-adapted/layouts/page/single.html
+7
-2
7 additions, 2 deletions
visgroup/themes/ananke-adapted/layouts/page/single.html
with
8 additions
and
3 deletions
visgroup/themes/ananke-adapted/layouts/_default/single.html
+
1
−
1
View file @
77a64079
...
...
@@ -5,7 +5,7 @@
{{ define "main" }}
{{ $section := .Site.GetPage "section" .Section }}
<article
class=
"flex-l flex-wrap justify-between
mw8
center ph3"
>
<article
class=
"flex-l flex-wrap justify-between center ph3"
>
<header
class=
"mt4 w-100"
>
<aside
class=
"instapaper_ignoref b helvetica tracked"
>
{{/*
...
...
This diff is collapsed.
Click to expand it.
visgroup/themes/ananke-adapted/layouts/page/single.html
+
7
−
2
View file @
77a64079
{{ define "header" }}{{ partial "page-header.html" . }}{{ end }}
{{ define "main" }}
<div
class=
"flex-l mt2
mw8
center"
>
<article
class=
"center cf pv5 ph3 ph4-ns
mw7
"
>
<div
class=
"flex-l mt2 center"
style=
"background-color: #FFF;"
>
<article
class=
"center cf pv5 ph3 ph4-ns
"
style=
"background-color: #FFF; max-width: 90rem;
"
>
<header>
<center>
<h1
class=
"f1"
>
{{ .Title }}
</h1>
<h3>
{{ .Description }}
</h3>
</center>
</header>
<div
class=
"nested-copy-line-height lh-copy f4 nested-links {{ $.Param "
text_color
"
|
default
"
mid-gray
"
}}"
>
{{ .Content }}
...
...
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