style(wip): left floating div
All checks were successful
Deploy Blog / build (push) Successful in 19s

This commit is contained in:
Marcius 2024-07-02 00:23:45 +01:00
parent b2fca0fd1d
commit bd44ae2bf0
3 changed files with 8 additions and 3 deletions

View file

@ -14,7 +14,6 @@
<h1> Coding Agent's </h1>
<h2 class="subtitle"> Software Development Blog </h2>
</div>
<div class="articles">
<h2> Blog </h2>
<! for _, article in pairs(opt.articles) do !>

View file

@ -1,7 +1,7 @@
return {
{
name = "aestuarium",
description = "wayland wallpaper utility",
description = "Wayland wallpaper utility",
url = "https://github.com/coding-agent/aestuarium",
},
}

View file

@ -132,6 +132,12 @@ h1, h2, h3 {
align-self: start;
}
section.main {
display: flex;
justify-content: space-between;
width: 100%;
}
.articles {
clear: both;
float: left;
@ -146,7 +152,7 @@ h1, h2, h3 {
float: left;
width: 30%;
padding: 40px 25px;
align-self: start;
align-self: flex-end;
display: flex;
flex-direction: column;
}