1
0
mirror of https://github.com/danbee/danbarber.me synced 2025-03-04 08:59:10 +00:00

Add no border style for images.

This commit is contained in:
Daniel Barber 2015-05-28 11:10:38 +01:00
parent b6b8ff2e81
commit a54370cb1b

View File

@ -41,6 +41,9 @@ article {
box-shadow: 0 1px 4px rgba(0, 0, 0, 0.15);
padding: 0.5em;
margin: -0.5em;
&.no-border {
box-shadow: none;
}
}
> footer {
padding-left: 0;