fix(*): Fix futher issues with mobile width

This commit is contained in:
Josh Creek
2023-07-30 20:46:53 +01:00
parent c1511486bc
commit 108bf6ee34
-12
View File
@@ -60,18 +60,6 @@
padding: 0 20px; /* Add some horizontal spacing */ padding: 0 20px; /* Add some horizontal spacing */
} }
@media (max-width: 767px) {
#main-container {
width: 100%; /* Fill the full width of the viewport */
}
}
@media (min-width: 768px) {
#main-container {
width: 80%; /* Adjust the width as per your preference */
}
}
.topbar-container { .topbar-container {
display: flex; display: flex;
flex-direction: row; flex-direction: row;