sidebar: align items to center in widescreen

This commit is contained in:
2025-04-21 19:35:26 +03:00
parent a8824e3864
commit 9cd3573a00
3 changed files with 4 additions and 3 deletions

View File

@ -39,6 +39,7 @@ function App() {
</Routes>
</Router>
</div>
<div className="hidden md:block md:w-1/4 md:max-w-[260px] md:max-h-[900px]"></div>
</div>
<Footer />
</section>