Skip to content

Commit ffb4585

Browse files
committed
Add border to image on about page.
1 parent 0f73270 commit ffb4585

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

_sass/_layout.scss

+2-1
Original file line numberDiff line numberDiff line change
@@ -258,10 +258,11 @@ pre, .footer-col p {
258258
}
259259

260260
.thebeast {
261-
margin: 12px 15px 9px 0px;
261+
margin: 5px 15px 9px 0px;
262262
border-radius: 5px;
263263
float: left;
264264
max-width: 250px;
265+
border: 5px solid $grey-color-dark;
265266
}
266267
.social-media-list a {
267268
font-size: 16pt

0 commit comments

Comments
 (0)