mirror of
https://github.com/13hannes11/hugo-coder-timeline.git
synced 2024-09-04 00:50:58 +02:00
Merge branch 'master' of https://github.com/luizdepra/hugo-coder into luizdepra-master
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user