You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 

43 lines
1.1 KiB

#archive-page {
margin-bottom: @gap * 2;
.archive {
position: relative;
.archive-year {
font-size: @base-font-size;
margin: 1em 0;
h2 {
}
a {
color: @text-color;
text-decoration: none;
}
}
.archive-post {
a {
width: 100%;
display: inline-flex;
flex-flow: row nowrap;
justify-content: flex-start;
align-items: flex-start;
text-decoration: none;
}
time {
color: @text-color;
flex: none;
font-size: @small-font-size;
// padding-right: 10px;
padding: .5em .5em .5em 3em;
@media (max-width: @on-phone) {
padding: .5em .5em .5em 0;
}
}
.title {
flex: auto;
padding: .5em;
font-size: @small-font-size;
color: fade(@text-color,80%);
}
}
}
}