updated styling for lab

This commit is contained in:
2025-11-28 10:52:14 +10:00
parent d468d0efb4
commit ebe6566b87
2 changed files with 8 additions and 4 deletions

View File

@@ -29,21 +29,23 @@ div.images
grid-template-columns repeat(5, 1fr)
grid-gap 0.5%
back(1)
overflow hidden
& img
width: 100%
@media (max-width: 600px)
grid-template-rows repeat(5, 1fr)
grid-template-columns 1fr
& img
width 80%
margin auto
justify-items center
article
width 80%
margin auto
display grid
grid-template-columns repeat(3, 1fr)
grid-gap 4%
overflow hidden
@media (max-width: 600px)
grid-template-rows repeat(3, 1fr)
grid-template-columns 1fr