feat(software): document my competitive programming setup

This commit is contained in:
Barrett Ruth 2025-04-15 15:48:31 -04:00
parent d6666d991e
commit 28d047813f
5 changed files with 116 additions and 95 deletions

View file

@ -4,6 +4,9 @@ body {
margin: 0;
padding: 0;
height: 100%;
min-height: 100vh;
display: flex;
flex-direction: column;
}
header {
@ -25,6 +28,7 @@ li {
.main {
display: flex;
justify-content: center;
flex: 1;
}
.post-header {