[create-pull-request] automated change

This commit is contained in:
hossainemruz 2020-08-21 16:30:44 +00:00 committed by GitHub
parent 85971e6057
commit fe4408fa32
7 changed files with 218 additions and 16 deletions

View file

@ -67,6 +67,8 @@
}
.content-cards .paginator {
width: -webkit-fit-content;
width: -moz-fit-content;
width: fit-content;
margin: auto;
}
@ -89,6 +91,8 @@
margin-right: auto;
margin-top: 0.5rem;
margin-bottom: 0.5rem;
width: -webkit-fit-content;
width: -moz-fit-content;
width: fit-content;
}