Skip to content
Snippets Groups Projects
publications.css 610 B
Newer Older
Allan Blanchard's avatar
Allan Blanchard committed
/* Paths */
/* Colors */
/* Global Media Queries */
/* Direction */
.pagePublications {
    padding-top: 40px;
  }
@media (min-width:  768px) {
  .pagePublications {
    padding-top: 70px;
  }
}
.pagePublications > .wrap {
  position: relative;
  max-width: 1260px;
  margin: 0 auto;
  padding: 0 25px;
  z-index: 2;
}
.pagePublications .anchor {
  padding-top: 90px;
  margin-top: -70px;
}
details {
  border: 1px solid #f7931c;
  border-radius: 4px;
  padding: 1em 1em;
  margin-bottom: 1em;
}
details[open] {
  margin-bottom: 1em;
}
summary {
  margin: 1em 2em;
}

.empty:hover {
	color: black !important;
Allan Blanchard's avatar
Allan Blanchard committed
}