Skip to content
Snippets Groups Projects
Commit 45dce19c authored by Otto Visser's avatar Otto Visser
Browse files

Merge branch 'fix-content-horizontal-scaling' into 'development'

Fix content horizontal scaling

See merge request !645
parents 50f02f55 b86c7696
Branches
Tags
2 merge requests!647Deploy v2.1.2,!645Fix content horizontal scaling
......@@ -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">&copy; Delft University of Technology</p>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment