mess around with css to make the work page not suck on phones

This commit is contained in:
xenofem 2024-01-23 01:34:08 -05:00
parent b5412d5d33
commit e3eeded952

View file

@ -51,12 +51,19 @@ body {
.work-container { .work-container {
display: flex; display: flex;
flex-wrap: wrap;
justify-content: center; justify-content: center;
gap: 30px; gap: 30px;
} }
.work-preview img {
max-width: 100%;
}
.work-info { .work-info {
max-width: min(50%, 500px); flex-basis: 40%;
flex-grow: 1;
max-width: 500px;
} }
.work-info td, .work-info th { .work-info td, .work-info th {