2019-05-14 13:29:45 +01:00
|
|
|
@import "./_blog/article";
|
|
|
|
@import "./_blog/search-results";
|
|
|
|
|
2019-05-03 23:36:05 +00:00
|
|
|
html,
|
|
|
|
body {
|
2019-05-12 21:41:02 +01:00
|
|
|
font-family: "Open Sans", sans-serif;
|
|
|
|
font-size: 14px;
|
|
|
|
display: flex;
|
|
|
|
min-height: 100vh;
|
|
|
|
flex-direction: column;
|
2019-05-08 13:07:26 +01:00
|
|
|
}
|
|
|
|
|
|
|
|
main {
|
2019-05-12 21:41:02 +01:00
|
|
|
flex: 1;
|
2019-05-03 23:36:05 +00:00
|
|
|
}
|
|
|
|
|
2019-05-14 13:29:45 +01:00
|
|
|
.footer {
|
|
|
|
margin-top: 4rem;
|
|
|
|
padding: 2rem;
|
|
|
|
|
|
|
|
.theme-select-container {
|
|
|
|
margin-left: auto;
|
|
|
|
}
|
2019-05-03 23:36:05 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.hero .title {
|
2019-05-12 21:41:02 +01:00
|
|
|
font-size: 3rem;
|
2019-05-03 23:36:05 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.article,
|
|
|
|
.tag-list {
|
2019-05-12 21:41:02 +01:00
|
|
|
.content p {
|
|
|
|
line-height: 1.9;
|
|
|
|
margin: 15px 0;
|
|
|
|
}
|
2019-05-03 23:36:05 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.list.box {
|
2019-05-12 21:41:02 +01:00
|
|
|
margin-top: 1rem;
|
|
|
|
display: flex;
|
|
|
|
flex-direction: row;
|
|
|
|
flex-wrap: wrap;
|
2019-05-03 23:36:05 +00:00
|
|
|
|
2019-05-14 13:29:45 +01:00
|
|
|
>a {
|
2019-05-12 21:41:02 +01:00
|
|
|
margin: 0.2rem;
|
|
|
|
}
|
2019-05-14 13:29:45 +01:00
|
|
|
}
|