This commit is contained in:
2026-01-31 19:28:27 -06:00
3 changed files with 16 additions and 21 deletions

View File

@@ -154,30 +154,25 @@ body {
width: 100%; width: 100%;
} }
.projects-box { .project-card {
display: flex; margin-bottom: 40px;
flex-wrap: wrap; }
margin: auto;
max-width: 70%; .project-card img {
width: 10%;
} .projects-box .card { height: auto;
margin: auto; margin-top: 20px;
padding-bottom: 30px; border: 2px solid var(--color-pallete-red);
} .projects-box img { }
width: 100%;
height: 100%; .project-card .hexlink {
border-top-right-radius: 10%; font-size: 2em;
border-top-left-radius: 1%;
} }
@media (max-width: 1000px) @media (max-width: 1000px)
{ {
.projects-box { .project-card img {
display: block; width: 40%;
margin: 0 30px 0 30px;
} .projects-box .card {
margin: auto;
padding: 20px 0 20px 0;
} }
} }
@@ -209,4 +204,4 @@ body {
width: auto; width: auto;
border-bottom-right-radius: 10%; border-bottom-right-radius: 10%;
border-bottom-left-radius: 1%; border-bottom-left-radius: 1%;
} }

BIN
res/cogwheel.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 866 KiB

BIN
res/seshzero.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 32 KiB