mirror of
https://github.com/McShelby/hugo-theme-relearn.git
synced 2025-01-18 19:00:24 +00:00
404: margin of 0 is unitless #466
This commit is contained in:
parent
41118f0046
commit
c995d6a692
1 changed files with 1 additions and 1 deletions
|
@ -25,7 +25,7 @@
|
||||||
{{- partial "custom-header.html" . }}
|
{{- partial "custom-header.html" . }}
|
||||||
</head>
|
</head>
|
||||||
<body class="mobile-support" data-url="{{ partial "relLangPrettyUglyURL.hugo" (dict "to" .) }}">
|
<body class="mobile-support" data-url="{{ partial "relLangPrettyUglyURL.hugo" (dict "to" .) }}">
|
||||||
<div id="body" class="default-animation" style="margin-left:0px;">
|
<div id="body" class="default-animation" style="margin-left: 0;">
|
||||||
<div id="sidebar-overlay"></div>
|
<div id="sidebar-overlay"></div>
|
||||||
<main id="body-inner" class="chapter" tabindex="-1">
|
<main id="body-inner" class="chapter" tabindex="-1">
|
||||||
<div class="flex-block-wrapper">
|
<div class="flex-block-wrapper">
|
||||||
|
|
Loading…
Reference in a new issue