chore: contact layout improvements

This commit is contained in:
Cory Dransfeldt 2023-12-10 08:31:04 -08:00
parent 91de3e0a7e
commit d0fd91cedf
No known key found for this signature in database
3 changed files with 37 additions and 24 deletions

View file

@ -2461,6 +2461,10 @@ pre {
margin-right: 1rem;
}
.md\:mt-4 {
margin-top: 1rem;
}
.md\:block {
display: block;
}
@ -2469,12 +2473,8 @@ pre {
height: 24rem;
}
.md\:w-1\/3 {
width: 33.333333%;
}
.md\:w-3\/4 {
width: 75%;
.md\:w-1\/2 {
width: 50%;
}
.md\:w-96 {
@ -2527,6 +2527,10 @@ pre {
padding-left: 2rem;
}
.md\:pr-6 {
padding-right: 1.5rem;
}
.md\:pt-0 {
padding-top: 0px;
}