updated the float stylesheet

This commit is contained in:
manetta 2021-05-06 23:10:01 +02:00
parent 35b9f4fbe3
commit 03e662e33b

View File

@ -6,35 +6,31 @@ body {
margin: 1em 1em 3em 1em;
background-color: #eeebeb;
font-family: "font", serif;
font-size: 125%;
font-size: 16px;
line-height: 1.6;
}
.post {
margin: 1.5em 2em;
max-width: 350px;
margin: 1.5em 1em;
float: left;
}
.post p.key {
float: left;
margin: 0 1em;
font-size: small;
line-height: 0.5;
margin: 2em 0 1em 5em;
font-size: 12px;
}
.post p.message {
float: left;
max-width: 350px;
margin: -0.6em 0;
margin: 0;
}
img,
iframe,
audio,
video {
max-width: 350px;
max-width: 100%;
height: auto;
clear: both;
margin: 0.4em 0;
margin: 0;
}
hr{
clear: both;
padding: 4em 0 0 0;
iframe{
height: 440px;
}