Update about page css

This commit is contained in:
James Allen 2014-07-29 12:29:00 +01:00
parent 1f44cc4375
commit 87aa860c87

View file

@ -3,6 +3,6 @@
.img-container {
float: left;
overflow: hidden;
margin: (@line-height-computed / 2) @line-height-computed @line-height-computed (@line-height-computed / 2);
margin: (@line-height-computed / 4) @line-height-computed @line-height-computed (@line-height-computed / 2);
}
}