Some padding

This commit is contained in:
Mats Rauhala 2023-04-25 21:35:58 +03:00
parent a1f344a510
commit a732c620a8
2 changed files with 10 additions and 2 deletions

View File

@ -705,6 +705,10 @@ video {
padding: 0.5rem; padding: 0.5rem;
} }
.p-4 {
padding: 1rem;
}
.px-3 { .px-3 {
padding-left: 0.75rem; padding-left: 0.75rem;
padding-right: 0.75rem; padding-right: 0.75rem;
@ -729,6 +733,10 @@ video {
padding-top: 2.5rem; padding-top: 2.5rem;
} }
.pt-2 {
padding-top: 0.5rem;
}
.text-2xl { .text-2xl {
font-size: 1.5rem; font-size: 1.5rem;
line-height: 2rem; line-height: 2rem;

View File

@ -31,13 +31,13 @@
</nav> </nav>
</header> </header>
<main role="main"> <main role="main" class="px-2">
<div> <div>
$body$ $body$
</div> </div>
</main> </main>
<footer> <footer class="pt-2 border-t px-2">
Site proudly generated by Site proudly generated by
<a href="http://jaspervdj.be/hakyll">Hakyll</a> <a href="http://jaspervdj.be/hakyll">Hakyll</a>
</footer> </footer>