update css

This commit is contained in:
bkfox 2017-06-18 11:54:00 +02:00
parent cd3fc3a148
commit 5fbac07829
2 changed files with 10 additions and 6 deletions

View File

@ -194,12 +194,17 @@ ul.list, .list > ul {
margin: 0.4em; margin: 0.4em;
} }
.content > .list .dated_list_item time { .content > .list .date_list_item time {
color: #007EDF; color: #007EDF;
display: block; display: block;
margin-left: -0.5em; margin-left: -0.5em;
} }
.content > .list .date_list_item {
width: 100%;
}
/** content: date list **/ /** content: date list **/
.date_list nav { .date_list nav {

View File

@ -163,14 +163,13 @@ main.detail {
main > header .cover { main > header .cover {
right: 0em; right: 0em;
bottom: 0em; top: 1em;
width: auto; width: auto;
max-height: calc(100% - 4em); max-height: calc(100% - 2em);
max-width: 40%; max-width: calc(40% - 2em);
margin: 1em; margin: 1em;
position: absolute; position: absolute;
box-shadow: 0em 0em 4em rgba(0, 0, 0, 0.3); box-shadow: 0em 0em 4em rgba(0, 0, 0, 0.4);
border: 1em rgba(255, 255, 255, 0.1) solid;
} }