mirror of
https://github.com/eosswedenorg/apt
synced 2026-06-20 09:56:48 +02:00
_layouts: skip left-right padding (px-3 class)
This commit is contained in:
parent
8c1b966dae
commit
6cffb16dfa
2 changed files with 2 additions and 2 deletions
|
|
@ -2,7 +2,7 @@
|
||||||
<html lang="{{ site.lang | default: "en-US" }}">
|
<html lang="{{ site.lang | default: "en-US" }}">
|
||||||
{% include head.html %}
|
{% include head.html %}
|
||||||
<body>
|
<body>
|
||||||
<div class="container-lg px-3 my-5">
|
<div class="container-lg my-5">
|
||||||
|
|
||||||
{% include header.html %}
|
{% include header.html %}
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -2,7 +2,7 @@
|
||||||
<html lang="{{ site.lang | default: "en-US" }}">
|
<html lang="{{ site.lang | default: "en-US" }}">
|
||||||
{% include head.html %}
|
{% include head.html %}
|
||||||
<body>
|
<body>
|
||||||
<div class="container-lg px-3 my-5">
|
<div class="container-lg my-5">
|
||||||
{% include header.html %}
|
{% include header.html %}
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue