feat(software): document my competitive programming setup
This commit is contained in:
parent
d6666d991e
commit
28d047813f
5 changed files with 116 additions and 95 deletions
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue