funky buttons

This commit is contained in:
biglyderv 2025-01-22 06:11:16 -05:00
parent 7e95520506
commit a24dd957f7
3 changed files with 12 additions and 9 deletions

View file

@ -185,7 +185,7 @@ iframe {
border: none;
}
.header a {
.header a, .clickie {
text-decoration: none;
color: inherit;
font-weight: bold;
@ -195,3 +195,8 @@ display: flex;
align-items: center;
justify-content: center;
}
.clickie {
width: min-content;
margin-top: 40px;
}