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.
21 lines
237 B
21 lines
237 B
body {
|
|
margin: 1em;
|
|
max-width: 800px;
|
|
}
|
|
.post {
|
|
margin: 1em 0;
|
|
clear: both;
|
|
}
|
|
.post p.key {
|
|
float: left;
|
|
margin: 0 1em 1em;
|
|
}
|
|
.post p.message {
|
|
}
|
|
img,
|
|
iframe,
|
|
audio,
|
|
video {
|
|
max-width: calc(100% - 100px);
|
|
height: auto;
|
|
}
|
|
|