Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
D
Django Core
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
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
Tobias Mieves
Django Core
Merge requests
!15
Bugfix/fix layout
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Bugfix/fix layout
bugfix/fix-layout
into
develop
Overview
2
Commits
15
Pipelines
4
Changes
5
Merged
Tobias Mieves
requested to merge
bugfix/fix-layout
into
develop
1 year ago
Overview
2
Commits
15
Pipelines
4
Changes
1
Expand
0
0
Merge request reports
Compare
version 3
version 3
d0101be5
1 year ago
version 2
2ab9d1c5
1 year ago
version 1
ff6fe9af
1 year ago
develop (base)
and
latest version
latest version
6985f830
15 commits,
1 year ago
version 3
d0101be5
14 commits,
1 year ago
version 2
2ab9d1c5
8 commits,
1 year ago
version 1
ff6fe9af
7 commits,
1 year ago
Show latest version
1 file
+
1
−
1
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
templates/base.html
+
1
−
1
Options
@@ -60,7 +60,7 @@
<!-- Page content here -->
<main>
<div
class=
"p-4 mb-20"
>
<div
class=
"p-4 mb-20
lg:mb-0
"
>
{% block content %}
{% endblock %}
</div>
Loading