mirror of
https://github.com/McShelby/hugo-theme-relearn
synced 2025-04-30 18:37:05 +08:00
404: margin of 0 is unitless #466
This commit is contained in:
parent
41118f0046
commit
c995d6a692
@ -25,7 +25,7 @@
|
||||
{{- partial "custom-header.html" . }}
|
||||
</head>
|
||||
<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>
|
||||
<main id="body-inner" class="chapter" tabindex="-1">
|
||||
<div class="flex-block-wrapper">
|
||||
|
Loading…
x
Reference in New Issue
Block a user