1
0
mirror of https://github.com/Damillora/Yuika synced 2024-09-28 19:52:50 +00:00

Slight padding change for cards

This commit is contained in:
Damillora 2019-11-10 13:35:39 +07:00
parent adc7bb0aa1
commit cb06e928e1

View File

@ -43,7 +43,7 @@ header {
}
#post .kg-card {
@apply px-4 py-4 flex flex-col items-center object-contain my-4;
@apply py-4 flex flex-col items-center object-contain my-4 mx-0;
}
#post .kg-card .kg-image {
@apply w-full;