Compare commits

...

2 commits

Author SHA1 Message Date
884142c125 style: floating right menu
All checks were successful
Deploy Blog / build (push) Successful in 20s
2024-07-02 11:16:23 +01:00
fa63a099ce style: remove header border 2024-07-02 00:25:35 +01:00

View file

@ -51,9 +51,6 @@ h1, h2, h3 {
width: 100%;
align-items: flex-start;
padding: 25px 25px;
border-bottom: solid;
border-bottom-width: thin;
border-color: <% opt.style.sub_text %>;
}
.menu {
@ -149,7 +146,8 @@ section.main {
}
.projects {
float: left;
position: absolute;
top: 215px;
width: 30%;
padding: 40px 25px;
align-self: flex-end;