fix some styles, bench 64

This commit is contained in:
2018-07-29 17:56:53 -07:00
parent fc726b7414
commit deb7b875c7
7 changed files with 21 additions and 16 deletions

View File

@@ -4,7 +4,7 @@ img#aaron {
}
body {
max-width: 800px;
max-width: 780px;
padding: 20px;
}
@@ -25,12 +25,12 @@ footer {
.img-grid {
display: flex;
flex-wrap: wrap;
justify-content: space-around;
}
.img-grid a {
display: inline-block;
height: 160px;
margin-right: 40px;
margin-bottom: 10px;
width: 160px;
}