slogans, homedirs

This commit is contained in:
2025-07-29 00:11:00 +02:00
parent ecb59b535b
commit ac280050e3
5 changed files with 74 additions and 5 deletions

View File

@@ -67,13 +67,15 @@ div#top-bar {
article#content {
display: flex;
flex-direction: row;
flex-direction: column;
border-width: 5px;
border-color: var(--main);
border-style: double;
border-radius: 5px;
margin-top: 2rem;
padding: 1rem;
gap: 8px;
padding-block: 2rem;
}
footer#footer {
@@ -99,3 +101,15 @@ footer#footer > *:not(:last-child)::after {
margin-left: 0.7rem;
color: var(--main);
}
pre.ascii {
margin-bottom: 2rem;
font-size: 15px;
}
.user_home {
display: grid;
grid-template-columns: 100px 30px 100px 100px 40px 120px 15px;
font-family: monospace;
white-space: pre;
}