16 lines
229 B
CSS
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;
|
|
}
|
|
}
|