diff --git a/src/styles/record-manager.css b/src/styles/record-manager.css index 8eda2b84..adc700e6 100644 --- a/src/styles/record-manager.css +++ b/src/styles/record-manager.css @@ -41,6 +41,12 @@ body { background-color: #f5f5f5; } +@media (min-width: 1400px) { + .container { + max-width: 1140px; + } +} + .main-view-wrapper { display: flex; flex-direction: column;