Zulma-Theme/sass/_zulma.scss

49 lines
628 B
SCSS
Raw Normal View History

@import "./_blog/article";
@import "./_blog/search-results";
@import "./_blog/pagination";
@import "./_blog/nav";
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;
}
main {
2019-05-12 21:41:02 +01:00
flex: 1;
2019-05-03 23:36:05 +00: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
>a {
2019-05-12 21:41:02 +01:00
margin: 0.2rem;
}
}