Squashed commit of the following:
commit edc3e917d710f34c2ac487474db37a8acf2134c9
Author: Jonny Barnes <jonny@jonnybarnes.uk>
Date: Fri Nov 25 19:51:32 2016 +0000
Update changelog
commit 78668c68557c4121bf4b8862b76102ac87c81787
Author: Jonny Barnes <jonny@jonnybarnes.uk>
Date: Fri Nov 25 19:50:39 2016 +0000
Add the search feature
commit dfe8447dcb236e03a7870f40e53a4276fc06e580
Author: Jonny Barnes <jonny@jonnybarnes.uk>
Date: Fri Nov 25 19:26:23 2016 +0000
Add a search form in the footer
commit 626b0124653d9697e1ac6d3424805af41546ba17
Author: Jonny Barnes <jonny@jonnybarnes.uk>
Date: Fri Nov 25 18:00:38 2016 +0000
Installing/setting up scout
commit 52d7d7e7e058247fa73963b4dd45aa8649df4b9f
Author: Jonny Barnes <jonny@jonnybarnes.uk>
Date: Fri Nov 25 17:50:56 2016 +0000
Add search dependencies
57 lines
746 B
SCSS
Vendored
57 lines
746 B
SCSS
Vendored
// import.scss
|
|
|
|
body {
|
|
max-width: 25em;
|
|
margin: 0 auto;
|
|
padding-left: 5px;
|
|
padding-right: 5px;
|
|
word-wrap: break-word;
|
|
}
|
|
|
|
#topheader {
|
|
text-align: center;
|
|
}
|
|
|
|
.h-entry {
|
|
padding-top: 1rem;
|
|
}
|
|
|
|
.note {
|
|
display: flex;
|
|
flex-direction: column;
|
|
}
|
|
|
|
.note-metadata {
|
|
display: flex;
|
|
flex-direction: row;
|
|
justify-content: space-between;
|
|
font-size: 0.75em;
|
|
}
|
|
|
|
.social-links {
|
|
display: flex;
|
|
align-items: center;
|
|
}
|
|
|
|
.social-links svg {
|
|
padding-left: 3px;
|
|
}
|
|
|
|
.mini-h-card img {
|
|
display: inline-block;
|
|
height: 1rem;
|
|
}
|
|
|
|
body > .h-card {
|
|
margin-top: 5px;
|
|
border-top: 1px solid grey;
|
|
}
|
|
|
|
footer button {
|
|
margin-left: 5px;
|
|
}
|
|
|
|
.algolia-image {
|
|
display: inline;
|
|
height: 2em;
|
|
}
|