integrations: Keep 50px space between content and window.

I am not sure why we didn't want no space between them for
768px to  65px. It looks better with this change.
This commit is contained in:
Aman Agrawal 2022-09-16 09:41:55 +00:00 committed by Tim Abbott
parent 7dcffca50e
commit 12fe9b78de
1 changed files with 0 additions and 4 deletions

View File

@ -34,10 +34,6 @@ $category-text: hsl(219, 23%, 33%);
} }
@media (width <= 768px) { @media (width <= 768px) {
width: auto;
}
@media (width <= 686px) {
width: calc(100% - 50px); width: calc(100% - 50px);
margin: 0 auto; margin: 0 auto;
} }