Initial commits and git hooks
This commit is contained in:
59
landing.bryanroessler.com/css/main.scss
Normal file
59
landing.bryanroessler.com/css/main.scss
Normal file
@@ -0,0 +1,59 @@
|
||||
---
|
||||
---
|
||||
@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%;
|
||||
}
|
||||
Reference in New Issue
Block a user