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.
72 lines
1.1 KiB
72 lines
1.1 KiB
---
|
|
# Comment added for Front Matter
|
|
---
|
|
|
|
@import 'vars';
|
|
@import 'mixins';
|
|
|
|
$size-header-pad: 4em;
|
|
|
|
h1, h2, h3, h4, h5, h6 {
|
|
br {
|
|
display: none;
|
|
}
|
|
}
|
|
|
|
ul {
|
|
&.icons {
|
|
li {
|
|
.icon {
|
|
font-size: 1.25em;
|
|
}
|
|
}
|
|
}
|
|
}
|
|
|
|
#header {
|
|
left: auto;
|
|
padding: ($size-header-pad * 1.5) $size-header-pad;
|
|
position: relative;
|
|
text-align: center;
|
|
top: auto;
|
|
width: 100%;
|
|
|
|
h1 {
|
|
font-size: 1.75em;
|
|
|
|
br {
|
|
display: inline;
|
|
}
|
|
}
|
|
}
|
|
|
|
#footer {
|
|
bottom: auto;
|
|
left: auto;
|
|
padding: $size-header-pad $size-header-pad ($size-header-pad * 1.5) $size-header-pad;
|
|
position: relative;
|
|
text-align: center;
|
|
width: 100%;
|
|
|
|
.icons {
|
|
margin: 0 0 ($size-element-margin * 0.5) 0;
|
|
}
|
|
|
|
.copyright {
|
|
margin: 0 0 ($size-element-margin * 0.5) 0;
|
|
|
|
li {
|
|
border-left-width: 1px;
|
|
display: inline-block;
|
|
line-height: 1em;
|
|
margin-left: 0.75em;
|
|
padding-left: 0.75em;
|
|
}
|
|
}
|
|
}
|
|
|
|
#main {
|
|
margin: 0;
|
|
padding: ($size-header-pad * 1.5) $size-header-pad;
|
|
width: 100%;
|
|
}
|
|
|