Files
WEBSITE_hugulumu/styles/elements/projects.css
2023-11-29 15:56:22 +01:00

16 lines
229 B
CSS

#projects figcaption {
padding: 20px 0px;
}
#projects figure.project {
max-width: 900px;
}
#projects #ljdp iframe {
height: 550px;
}
@media only screen and (min-width: 741px) {
#projects #ljdp iframe {
height: 660px;
}
}