diff --git a/src/App/App.tsx b/src/App/App.tsx index 9597f299477fc6cd1d1330684d448f9ab81fd34b..3b026d613c6061cfa11f20f269c010968fc1fa4d 100644 --- a/src/App/App.tsx +++ b/src/App/App.tsx @@ -84,7 +84,7 @@ const App = () => { <div className="container-fluid"> <div className="row"> <Sidebar /> - <div className="col-9"> + <div className="full-col-phone col-9"> <Component /> <Villbuttonrow /> </div> diff --git a/src/App/mediarules.css b/src/App/mediarules.css index f5caa49b0bfaa55694a846f571ecbc01777129eb..ea650a42a7ea15625d2c36f1daeff8ce6c6e6348 100644 --- a/src/App/mediarules.css +++ b/src/App/mediarules.css @@ -252,8 +252,12 @@ h2, h3 { word-wrap: break-word; } +.framecycletab{ + margin-left: 0 !important; +} + body { - padding: 10px !important; +/* padding: 10px !important; */ width: 202% ; overflow-x: hidden; /* Prevents horizontal scrolling */ margin: 0; @@ -298,6 +302,9 @@ body { font-weight: 900 !important; grid-template-columns: none; } +.full-col-phone{ + width: 100vw !important; +} } /*For small Smartphones*/