updated styling

This commit is contained in:
Matt Walsh
2022-12-13 10:19:30 -06:00
parent 3bd3d44829
commit e9e68cc786
4 changed files with 11 additions and 3 deletions

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@@ -376,4 +376,12 @@ jsgif {
visibility: hidden;
opacity: 0;
transition: visibility 0s 1s, opacity 1s linear
}
.github-links {
width: 610px;
max-width: calc(100vw - 30px);
display: flex;
justify-content: space-evenly;
flex-wrap: wrap;
}