Content for blog.jerryaldrichiii.com
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 

68 lines
1.0 KiB

---
# Comment added for Front Matter
---
@import 'vars';
@import 'mixins';
$size-header-pad: 1.5em;
ul {
&.actions {
margin: 0 0 $size-element-margin 0;
li {
display: block;
padding: ($size-element-margin * 0.5) 0 0 0;
text-align: center;
width: 100%;
&:first-child {
padding-top: 0;
}
> * {
margin: 0 !important;
width: 100%;
&.icon {
&:before {
margin-left: -2em;
}
}
}
}
&.small {
li {
padding: ($size-element-margin * 0.25) 0 0 0;
&:first-child {
padding-top: 0;
}
}
}
}
}
#header {
padding: ($size-header-pad * 3) $size-header-pad;
h1 {
br {
display: none;
}
}
}
#footer {
.copyright {
li {
border-left-width: 0;
display: block;
line-height: 2.25em;
margin-left: 0;
padding-left: 0;
}
}
}