commit 84d7de835e3fa065e392591e4c938fa5923661c0 parent 1efb70ed040b2aacaaee49da2b732fdd898beff6 Author: MTRNord <mtrnord1@gmail.com> Date: Sun, 25 Mar 2018 13:21:25 +0200 Override weird image glitch Diffstat:
| M | src/app/tweet-list/tweet-list.component.scss | | | 4 | ++++ |
1 file changed, 4 insertions(+), 0 deletions(-)
diff --git a/src/app/tweet-list/tweet-list.component.scss b/src/app/tweet-list/tweet-list.component.scss @@ -111,3 +111,7 @@ top: 30px; transform: rotate(-45deg); } + +.mat-card-image:first-child { + margin-top: 0 !important; +}