diff --git a/frontend/src/App.vue b/frontend/src/App.vue index 13f8d41..bf5e583 100644 --- a/frontend/src/App.vue +++ b/frontend/src/App.vue @@ -25,13 +25,17 @@ import SideBar from "./components/SideBar.vue"; #snw-ui { display: flex; flex-direction: row; - width: 100vw; + border: 1px solid black; + max-width: 1280px; + min-width: 800px; + margin: 0 auto; } #display-content { - flex-grow: 1; + /* flex-grow: 1; */ margin-left: auto; margin-right: auto; - max-width: 75vw; + max-width: 50vw; + min-width: 80%; } diff --git a/frontend/src/style.css b/frontend/src/style.css index 23242d0..d4d2a54 100644 --- a/frontend/src/style.css +++ b/frontend/src/style.css @@ -3,14 +3,6 @@ --secondary-background-color: #669084; } -#custom-ui-app { - max-width: 1280px; - margin: 0 auto; - padding: 2rem; - /* border: 1px solid #444; */ - text-align: center; -} - .page-turn-button { border-radius: 5px; border: none;