Update css

This commit is contained in:
Bob Mottram 2018-06-16 14:26:28 +01:00
parent 278eabd149
commit 409f466a88
1 changed files with 7 additions and 3 deletions

View File

@ -36,13 +36,17 @@ h1, h2, h3, h4, h5, h6 {
line-height: 1.2em;
}
img.resize{
width: 90%;
height: auto;
}
img {
float: right;
float: center;
clear: right;
padding: 10px;
margin: 20px;
border: solid 1px #888;
box-shadow: 6px 10px 8px rgba(128, 128, 96, 0.7);
border: solid 0px #888;
}
p, li, dd, dt, blockquote, span {