mirror of
https://github.com/safing/web
synced 2025-04-17 09:29:08 +00:00
Fix blog padding and overflow
This commit is contained in:
parent
f75346a93a
commit
6059d537af
2 changed files with 6 additions and 2 deletions
|
@ -4,10 +4,10 @@ layout: page
|
|||
|
||||
<section id="page-container" class="pb-8 lg:pb-24 pt-16 lg:pt-40 {{ layout.container_class }} {{ page.container_class }}">
|
||||
<div class="items-center h-full">
|
||||
<div class="container mx-auto px-8 sm:px-0 flex">
|
||||
<div class="container mx-auto sm:px-8 sm:px-0 flex">
|
||||
<div class="max-w-screen-lg mx-auto px-4 sm:px-6 lg:flex">
|
||||
<div class="py-12 bg-white">
|
||||
<div class="max-w-screen-xl mx-auto px-4 sm:px-6 lg:px-8">
|
||||
<div class="max-w-screen-xl mx-auto px-2 sm:px-6 lg:px-8">
|
||||
<content>
|
||||
{% unless page.heading == null %}
|
||||
<h1 class="text-5xl tracking-tight font-extrabold leading-none">
|
||||
|
|
|
@ -2,6 +2,10 @@
|
|||
font-family: "Roboto";
|
||||
}
|
||||
|
||||
a{
|
||||
word-break: break-all;
|
||||
}
|
||||
|
||||
body {
|
||||
overflow-x: hidden;
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue