fix: Last sync date padding (#768)

This commit is contained in:
Aman Harwara
2021-12-10 19:06:35 +05:30
committed by GitHub
parent 24c6b831c6
commit b29dc8ecc6
2 changed files with 15 additions and 4 deletions

View File

@@ -256,6 +256,10 @@
margin-right: 0.75rem;
}
.mr-4 {
margin-right: 1rem;
}
.mr-12 {
margin-right: 3rem;
}
@@ -283,6 +287,10 @@
margin-bottom: 0.5rem;
}
.max-w-1\/2 {
max-width: 50%;
}
.max-w-3\/4 {
max-width: 75%;
}