git ssb

16+

Dominic / patchbay



Commit bc3dd8a95b748a03a2cd8aab7675e85895758eba

adjust based on screen size

Ev Bogue committed on 7/1/2016, 12:39:28 AM
Parent: 9f92a9a06670c50897c2ad12d6e2059b8fdb6f3a

Files changed

style.csschanged
style.cssView
@@ -68,8 +68,19 @@
6868 margin-left: auto;
6969 margin-right: auto;
7070 }
7171
72+.scroller__wrapper {
73+ width: 100%;
74+}
75+
76+@media (min-width: 600px) {
77+ .scroller__wrapper {
78+ width: 600px;
79+ }
80+}
81+
82+
7283 /* --- hypertabs ------- */
7384
7485 .hypertabs__tabs {
7586 // width: 1200px

Built with git-ssb-web