Skip to content

Instantly share code, notes, and snippets.

@RoySegall
Last active December 7, 2019 08:21
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 RoySegall/bd88977b36420d68d8d921d3ab7c8aa5 to your computer and use it in GitHub Desktop.
Save RoySegall/bd88977b36420d68d8d921d3ab7c8aa5 to your computer and use it in GitHub Desktop.
<style scoped lang="scss">
.blogs-wrapper {
width: 75vh;
margin: 0 auto;
.blog {
padding: .5em;
text-align: left;
border: solid 1px #4db686;
color: #374b5c;
margin-bottom: .5em;
.header {
font-size: 1.25em;
font-weight: bold;
padding-bottom: .25em;
margin-bottom: .25em;
border-bottom: solid 1px #b69c4d;
}
.body {
p {
margin-bottom: 0;
}
}
}
}
</style>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment