Files
WEBSITE_hugulumu/styles/elements/projects.css

26 lines
418 B
CSS

#projects .project_description {
padding: 20px 0px;
}
#projects article h2 {
text-align: center;
}
#projects .project {
max-width: 900px;
display: flex;
flex-direction: column;
}
#projects #ljdp iframe {
height: 550px;
border: none;
overflow: hidden;
}
@media only screen and (min-width: 741px) {
#projects #ljdp iframe {
height: 660px;
}
}
#projects .project_description p {
margin: 0px 0px 10px 0px;
}