fix: contact styling

This commit is contained in:
Cory Dransfeldt 2023-12-10 09:10:50 -08:00
parent 5ce3c23e06
commit d1f8ecd88c
No known key found for this signature in database
3 changed files with 9 additions and 5 deletions

View file

@ -1235,6 +1235,10 @@ video {
margin-top: 0.625rem;
}
.mt-3 {
margin-top: 0.75rem;
}
.mt-4 {
margin-top: 1rem;
}
@ -2461,8 +2465,8 @@ pre {
margin-right: 1rem;
}
.md\:mt-4 {
margin-top: 1rem;
.md\:mt-0 {
margin-top: 0px;
}
.md\:block {