mirror of
https://github.com/Spythere/genera-tor.git
synced 2026-05-04 14:08:13 +00:00
fix(app): responsiveness issues
This commit is contained in:
+1
-1
@@ -101,7 +101,7 @@ const panelComponent = computed(() => {
|
||||
padding: 1em;
|
||||
width: 100%;
|
||||
|
||||
@media screen and (max-width: 1350px) {
|
||||
@media screen and (max-width: 1150px) {
|
||||
grid-template-columns: auto;
|
||||
padding: 1em 0.5em;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user