2019-10-27 16:15:14 +00:00
|
|
|
body {
|
|
|
|
display: flex;
|
|
|
|
flex-direction: column;
|
|
|
|
}
|
|
|
|
|
2020-02-21 19:38:33 +00:00
|
|
|
main {
|
|
|
|
@media screen and (max-width: 699px) {
|
|
|
|
margin-left: 5px;
|
|
|
|
margin-right: 5px;
|
2020-02-21 18:26:52 +00:00
|
|
|
}
|
|
|
|
|
2020-06-23 21:14:23 +01:00
|
|
|
display: flex;
|
|
|
|
flex-direction: column;
|
|
|
|
margin: auto;
|
2019-10-27 16:15:14 +00:00
|
|
|
|
2020-06-23 21:14:23 +01:00
|
|
|
img {
|
|
|
|
max-width: 100%;
|
|
|
|
}
|
2020-02-21 18:26:52 +00:00
|
|
|
|
2020-06-23 21:14:23 +01:00
|
|
|
@media screen and (min-width: 700px) {
|
|
|
|
max-width: 700px;
|
2020-02-21 19:38:33 +00:00
|
|
|
|
2020-06-23 21:14:23 +01:00
|
|
|
> .note,
|
|
|
|
> .h-entry {
|
|
|
|
padding: 0 1rem;
|
2020-02-21 19:38:33 +00:00
|
|
|
}
|
2020-06-23 21:14:23 +01:00
|
|
|
}
|
2020-02-21 19:38:33 +00:00
|
|
|
|
2020-06-23 21:14:23 +01:00
|
|
|
.h-entry:first-child {
|
|
|
|
> .bookmark-link {
|
|
|
|
padding-top: 2rem;
|
2020-02-21 19:38:33 +00:00
|
|
|
}
|
2020-02-21 18:26:52 +00:00
|
|
|
}
|
2019-10-27 16:15:14 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.note {
|
|
|
|
display: flex;
|
|
|
|
flex-direction: column;
|
|
|
|
|
|
|
|
.note-metadata {
|
|
|
|
display: flex;
|
|
|
|
flex-direction: row;
|
|
|
|
justify-content: space-between;
|
|
|
|
|
2020-03-08 14:18:37 +00:00
|
|
|
.client {
|
|
|
|
word-break: break-all;
|
|
|
|
}
|
|
|
|
|
2019-10-27 16:15:14 +00:00
|
|
|
.syndication-links {
|
|
|
|
svg {
|
|
|
|
height: 1em;
|
|
|
|
width: 1em;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
2020-01-22 21:54:00 +00:00
|
|
|
|
|
|
|
> .e-content {
|
|
|
|
> .naked-link {
|
|
|
|
.u-photo {
|
|
|
|
margin: 2rem 0;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
2019-10-27 16:15:14 +00:00
|
|
|
}
|
|
|
|
|
2020-06-23 21:14:23 +01:00
|
|
|
article {
|
|
|
|
header {
|
|
|
|
> h1 {
|
|
|
|
margin-bottom: 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
.post-info {
|
|
|
|
font-size: 1.4rem;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2020-02-23 17:12:17 +00:00
|
|
|
.pagination {
|
|
|
|
display: flex;
|
|
|
|
flex-direction: row;
|
2020-06-25 20:50:32 +01:00
|
|
|
flex-wrap: wrap;
|
2020-02-23 17:12:17 +00:00
|
|
|
justify-content: space-evenly;
|
2020-06-25 20:50:32 +01:00
|
|
|
max-width: 90vw;
|
2020-02-23 17:12:17 +00:00
|
|
|
list-style-type: none;
|
|
|
|
}
|
|
|
|
|
2019-10-27 16:15:14 +00:00
|
|
|
.personal-bio {
|
|
|
|
padding: 0 2rem;
|
|
|
|
}
|
|
|
|
|
|
|
|
footer {
|
|
|
|
display: flex;
|
|
|
|
flex-direction: column;
|
|
|
|
align-items: center;
|
|
|
|
margin-top: 1.5rem;
|
2020-02-21 18:26:52 +00:00
|
|
|
|
2020-02-21 18:57:44 +00:00
|
|
|
input {
|
|
|
|
@media screen and (max-width: 699px) {
|
|
|
|
max-width: 95vw;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2020-02-21 18:26:52 +00:00
|
|
|
.iwc-logo {
|
|
|
|
max-width: 100%;
|
|
|
|
}
|
|
|
|
|
|
|
|
@media screen and (max-width: 699px) {
|
|
|
|
margin-left: 5px;
|
|
|
|
margin-right: 5px;
|
|
|
|
}
|
2019-10-27 16:15:14 +00:00
|
|
|
}
|
2020-06-23 21:14:23 +01:00
|
|
|
|
|
|
|
#top-header {
|
|
|
|
display: flex;
|
|
|
|
flex-direction: column;
|
|
|
|
justify-content: center;
|
|
|
|
|
|
|
|
h1 {
|
|
|
|
width: 100%;
|
|
|
|
text-align: center;
|
|
|
|
}
|
|
|
|
|
|
|
|
nav {
|
|
|
|
display: flex;
|
|
|
|
justify-content: center;
|
|
|
|
flex-wrap: wrap;
|
|
|
|
|
|
|
|
a {
|
|
|
|
margin: 0 0.5rem;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|