fix: spacing between title and tags

This commit is contained in:
Antonella Sgarlatta
2021-06-03 15:35:59 -03:00
parent 4f729c7287
commit 524bcd09cb
4 changed files with 6 additions and 9 deletions

View File

@@ -65,12 +65,8 @@
margin-right: 0.25rem;
}
.-ml-1 {
margin-left: -0.25rem;
}
.-ml-2 {
margin-right: -0.5rem;
.-mt-1 {
margin-top: -0.25rem;
}
.-mr-1 {
@@ -189,6 +185,7 @@
.max-w-290px {
max-width: 290px;
}
.max-w-xs {
max-width: 20rem;
}