mirror of
https://github.com/Xevion/v2.xevion.dev.git
synced 2025-12-06 05:17:00 -06:00
Wide page as helper class, disable prod. sourcemaps, reduce header size
Header lineheight reduced slightly
This commit is contained in:
@@ -45,12 +45,6 @@ layout: compress
|
||||
html, body {
|
||||
visibility: hidden;
|
||||
}
|
||||
|
||||
{% if page.wide or layout.wide %}
|
||||
body {
|
||||
max-width: 60em !important;
|
||||
}
|
||||
{% endif %}
|
||||
</style>
|
||||
<!-- Prevent FireFox from displaying FOUC with fake script tag. -->
|
||||
<script>0</script>
|
||||
@@ -58,7 +52,7 @@ layout: compress
|
||||
<script src="/assets/js/custom.js"></script>
|
||||
{% endif %}
|
||||
</head>
|
||||
<body>
|
||||
<body class="{% if page.wide or layout.wide %}wide{% endif %}">
|
||||
{{ content }}
|
||||
</body>
|
||||
</html>
|
||||
|
||||
Reference in New Issue
Block a user