body {
overflow-y: scroll;
}
body.page-index footer {
display: none;
}
body.page-examples h1 {
border-top: 1px solid #ddd;
padding-top: 14px;
}
body.page-examples main img {
height: auto;
display: block;
margin-left: auto;
margin-right: auto;
box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.5);
}
@media (max-width: 768px) {
body.page-examples main p img {
max-width: 90%
}
}
@media (min-width: 768px) {
body.page-examples main p img {
max-width: 600px;
}
}
footer .made-with-ddoc {
display: flex;
flex-direction: row;
justify-content: center;
padding: 50px 0 20px 0;
}
footer .made-with-ddoc a.nav-link, footer .made-with-ddoc a.nav-link:hover {
color: var(--text);
opacity: 0.4;
}
footer .made-with-ddoc a.nav-link.link-to-ddoc {
font-weight: bold;
}
footer .made-with-ddoc a.nav-link.link-to-ddoc:hover {
opacity: 0.8;
text-decoration: underline;
}