fix: contact styling
This commit is contained in:
parent
5ce3c23e06
commit
d1f8ecd88c
3 changed files with 9 additions and 5 deletions
|
@ -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 {
|
||||
|
|
Reference in a new issue