summaryrefslogtreecommitdiffstats
path: root/src/css/main.css
blob: ed146b224b96881c9ea657d203df97f8e58c5511 (plain)
1
2
3
4
5
6
7
8
9
10
11
@media (min-width: 1024px) {
  .main-wrapper {
    display: flex;
  }

  .main {
    flex: auto;
    /* min-width: 0 required for flexbox to constrain overflowing elements */
    min-width: 0;
  }
}