create a new section: 'What sets us apart' (#26781)

This commit is contained in:
c0ffeeca7 2023-03-29 11:20:19 +02:00 committed by GitHub
parent c4d148e8dc
commit fcb03ade44
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 11 additions and 15 deletions

File diff suppressed because one or more lines are too long

View File

@ -1184,6 +1184,10 @@ video {
margin-top: 80px;
}
.mb-\[5px\]{
margin-bottom: 5px;
}
.block{
display: block;
}
@ -4818,6 +4822,10 @@ div.code-toolbar > .toolbar span:focus {
margin-top: 75px;
}
.md\:mt-\[1px\]{
margin-top: 1px;
}
.md\:block{
display: block;
}