chore: drop twitter embed

This commit is contained in:
2023-11-24 17:04:04 +00:00
parent 0f9f8ecb95
commit b62519db31
5 changed files with 2 additions and 55 deletions

View File

@ -732,24 +732,6 @@ div.form-col {
color: var(--gray-light);
}
.tweet {
display: flex;
align-items: center;
justify-content: center;
}
.tweet div {
width: 100%;
}
.tweet div .twitter-tweet {
margin: 0 auto;
}
.tweet div .twitter-tweet > iframe {
max-height: unset;
}
@media (max-width: 720px) {
div.form {
grid-auto-flow: dense;