minor fixes

This commit is contained in:
biglyderv 2025-02-05 01:27:45 -05:00
parent daace699a6
commit 2ce4424db7
20 changed files with 674 additions and 621 deletions

View file

@ -134,7 +134,8 @@ pre {
padding: 10px;
margin-bottom: 10px;
align-items: center;
width: var(--elem-width);
flex-wrap: wrap;
width: var(--elem-width);
border-radius: var(--border-radius);
}
@ -186,12 +187,16 @@ iframe {
border: none;
}
.header a {
width: 60px;
}
.header a, .clickie {
text-decoration: none;
color: inherit;
font-weight: bold;
margin: 5px;
display: flex;
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;