mirror of
https://github.com/jcreek/EstimationPoker.git
synced 2026-07-12 18:43:47 +00:00
fix(*): Fix futher issues with mobile width
This commit is contained in:
@@ -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;
|
||||||
|
|||||||
Reference in New Issue
Block a user