add the brochure for downloading

This commit is contained in:
2024-02-07 16:56:54 +01:00
parent 4a021c933f
commit 935853df53
5 changed files with 31 additions and 6 deletions

View File

@@ -329,6 +329,16 @@ section {
border-radius: 2em;
}
.download {
margin-right: auto;
margin-left: auto;
display: block;
a {
text-decoration: none;
padding: .5rem;
}
}
// Dark but only in sections
section.dark {
p {
@@ -416,6 +426,10 @@ figure.image {
figcaption {}
}
.text-brochure {
text-align: center;
}
// RESPONSIVENESS
@media screen and (max-width: 1279px) {