Skip to content

Instantly share code, notes, and snippets.

@ghazal
Created December 22, 2020 11:47
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ghazal/3167c7eee70170aa41cc8a0333d3d7d1 to your computer and use it in GitHub Desktop.
Save ghazal/3167c7eee70170aa41cc8a0333d3d7d1 to your computer and use it in GitHub Desktop.
Astroid Template one
.blog-featured .blog-items {
display: grid;
grid-gap: 2em;
grid-template-rows: repeat(2, minmax(300px, 1fr));
grid-template-columns: repeat(3, 1fr);
}
@media (max-width: 575.98px) {
.blog-featured .blog-items {grid-template-columns: repeat(1, 1fr);}
}
.footer-section .astroid-row
{padding: 10px 0 10px }
.astroid-logo-text .site-tagline {
color: #727272;
}
.astroid-logo-text .site-title {
color: #b1b1b1;
font-weight: 800;
text-transform: none;
font-size: 45px;
letter-spacing: 0em;
line-height: 1.2em;
font-family: Montserrat, Arial, Helvetica, sans-serif;
}
/* .com-content-categories__item{background-color: #ffddee;} */
.article-intro-text{background-color: lightsalmon}
.awesomplete .form-control {
box-shadow: none;
border: 1px solid #cacaca;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment