Files
www/landing.bryanroessler.com/css/main.scss
2018-06-18 10:11:50 -04:00

60 sor
822 B
SCSS

---
---
@import "uno";
@import "tables";
@import "monokai";
/* Modifications */
pre.highlight,
.highlight pre {
padding: 10px;
}
pre.highlight code,
.highlight pre code {
white-space: pre-wrap;
}
.btn,
.navigation__item a {
margin: 5px 0;
white-space: nowrap;
}
.pagination__page-number {
display: inline-block;
padding: 10px;
}
.categories a,
.tags a {
border: 1px solid #e25440;
border-radius: 20px;
color: #e25440;
display: inline-block;
font-size: 12px;
margin: 5px 0;
padding: 5px 10px;
text-shadow: none;
white-space: nowrap;
}
.post-meta__tags {
font-size: 12px;
padding: 0 5px;
}
.footer__copyright {
margin: 0 20px 10px;
}
.user-image {
margin-bottom: 1.2em;
position: relative;
width: 100px;
height: 100px;
border: 3px solid #fff;
border-radius:100%;
}