Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
Queue
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
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
EIP
Labrador
Queue
Merge requests
!645
Fix content horizontal scaling
Code
Review changes
Check out branch
Open in Workspace
Download
Patches
Plain diff
Expand sidebar
Merged
Fix content horizontal scaling
fix-content-horizontal-scaling
into
development
Overview
0
Commits
1
Pipelines
0
Changes
1
Merged
Fix content horizontal scaling
Ruben Backx
requested to merge
fix-content-horizontal-scaling
into
development
Mar 22, 2023
Overview
0
Commits
1
Pipelines
0
Changes
1
Only applies for windows <75rem in width.
Before:
After:
Edited
Mar 22, 2023
by
Ruben Backx
0
0
Merge request reports
Compare
development
development (base)
and
latest version
latest version
b86c7696
1 commit,
Mar 22, 2023
1 file
+
2
−
2
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
src/main/resources/templates/layout.html
+
2
−
2
View file @ b86c7696
Edit in single-file editor
Open in Web IDE
Show full file
@@ -148,7 +148,7 @@
<div
class=
"row no-gutters justify-content-center mb-3"
>
<!-- Page content -->
<div
class=
"pl-3 pr-3 col-12
col-sm-11 col-md-10 col-lg-9 col-xl-8
"
style=
"max-width: 75rem;"
>
<div
class=
"pl-3 pr-3 col-12"
style=
"max-width: 75rem;"
>
<th:block
layout:fragment=
"content"
class=
"content"
>
<p>
Page content goes here
</p>
</th:block>
@@ -175,7 +175,7 @@
<footer
class=
"bg-light"
>
<div
class=
"container-fluid"
>
<div
class=
"row no-gutters justify-content-center"
>
<div
class=
"col-12
col-lg-9 col-xl-8
mx-auto"
style=
"max-width: 75rem;"
>
<div
class=
"col-12 mx-auto"
style=
"max-width: 75rem;"
>
<div
class=
"row justify-content-center"
>
<div
class=
"d-none d-sm-block col-sm-6"
>
<p
class=
"text-muted btn mb-0"
>
©
Delft University of Technology
</p>
Loading