Merge branch 'master' of https://github.com/luizdepra/hugo-coder into luizdepra-master

This commit is contained in:
2021-01-27 19:41:22 +01:00
91 changed files with 6886 additions and 193 deletions

View File

@@ -3,6 +3,11 @@
margin-top: 1.6rem;
margin-bottom: 3.2rem;
article {
details {
summary {
cursor: pointer;
}
}
header {
margin-top: 6.4rem;
margin-bottom: 3.2rem;
@@ -83,6 +88,7 @@
}
.date {
display: inline-block;
flex:1;
width: 20.0rem;
text-align: right;
margin-right: 3.0rem;
@@ -93,6 +99,7 @@
}
.title {
font-size: 1.8rem;
flex:2;
color: $fg-color;
font-family: $heading-font-family;
font-weight: 700;
@@ -103,6 +110,13 @@
}
}
}
ul:not(.pagination) {
li {
@media only screen and (min-width : 768.1px) {
display: flex;
}
}
}
}
.centered {