Skip to content

Instantly share code, notes, and snippets.

@luciandinu
Last active January 31, 2021 09:59
Show Gist options
  • Save luciandinu/ba40c1e16ab151ba38fbcd9e615204cd to your computer and use it in GitHub Desktop.
Save luciandinu/ba40c1e16ab151ba38fbcd9e615204cd to your computer and use it in GitHub Desktop.
Helpspace Custom CSS
html,
body {
width: 100%;
height: 100%;
font-family: Poppins, sans-serif;
}
body,
h1,
h2,
h3,
h4,
h5,
h6,
.font-display {
font-family: Poppins, sans-serif;
}
.docs-top-menu {
background: white;
}
iframe[src$="Noah"] {
height: 200px;
padding: 0;
margin: 0;
}
.docs-header-site-logo {
height: 2.4rem;
}
.docs-header-site-logo img {
border-radius: 50%;
}
.docs-header-site-name {
border: none;
color: #1e73be;
font-family: Poppins, sans-serif;
font-size: 1.6rem;
font-weight: 700;
}
.docs-article p {
margin-bottom: 1.65rem;
}
.docs-article hr {
margin: 1.65rem 0;
padding: 0;
}
.docs-article p img {
border-radius: 0.4125rem;
}
.docs-article-body img[src$="gif"] {
box-shadow: 0 2px 6px 0px rgba(0, 0, 0, 0.1),
0 4px 6px -2px rgba(0, 0, 0, 0.05);
}
@media screen and (min-width: 800px) {
.docs-article-body img[src$="gif"] {
display: inline-block;
width: 50%;
/* float: left; */
border-radius: 0.4125rem;
margin-top: 1.65rem;
margin-right: 1.65rem;
margin-bottom: 1.65rem;
}
}
@media screen and (min-width: 1000px) {
.docs-article-body img[src$="gif"] {
display: inline-block;
margin-left: -20%;
}
}
@media screen and (max-width: 800px) {
.docs-random-articles-item {
width: 100%;
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment