fix: add missing padding to .article-details

This commit is contained in:
Jimmy 2021-06-20 12:46:02 +02:00
parent 5ed3550fd7
commit 47df8ac9e8

View File

@ -242,6 +242,7 @@
flex-direction: column;
justify-content: flex-end;
z-index: 2;
padding: 15px;
@include respond(sm) {
padding: 20px;