feat: removed the github star thingy ;-;

This commit is contained in:
2024-05-28 21:49:34 -05:00
parent cf72cd4e90
commit 23a21000c3
4 changed files with 50 additions and 42 deletions

View File

@@ -171,6 +171,15 @@ nav ul li a:hover {
flex-shrink: 0;
}
.footy-interior {
max-width: 1200px;
margin: 0 auto;
text-align: center;
display: flex;
flex-direction: row;
column-gap: 10px;
}
p {
font-size: var(--p-size);
line-height: 1.5;