diff --git a/frontend/nos-crossposting-service-frontend/src/App.vue b/frontend/nos-crossposting-service-frontend/src/App.vue index 80eb80f..feed501 100644 --- a/frontend/nos-crossposting-service-frontend/src/App.vue +++ b/frontend/nos-crossposting-service-frontend/src/App.vue @@ -72,6 +72,16 @@ body { } } } + +@media screen and (max-width: 1200px) { + #app { + .wrapper { + .content { + padding: 0; + } + } + } +}