Fix the width of project avatars in order to adjust alignment within their container element

This commit is contained in:
Ryan Harris 2016-11-26 16:14:02 -05:00
parent 70d4d2fb27
commit 34c550b054
2 changed files with 5 additions and 0 deletions

View file

@ -80,6 +80,7 @@
border-radius: 0;
border: none;
height: auto;
width: 100%;
margin: 0;
align-self: center;
}

View file

@ -0,0 +1,4 @@
---
title: Adjust the width of project avatars to fix alignment within their container
merge_request:
author: Ryan Harris