Merge pull request #526 from mewtaylor/issue/conference-mobile-tweaks

Some additional mobile tweaks for conference
This commit is contained in:
Matthew Taylor 2016-05-29 12:01:56 -04:00
commit 9f886a007f
3 changed files with 37 additions and 8 deletions

View file

@ -42,12 +42,19 @@
}
@media only screen and (max-width: $mobile - 1) {
.inner {
> ul {
li {
&.right {
ul {
flex-flow: row nowrap;
.inner > ul {
li {
&.right {
ul {
flex-flow: row nowrap;
li {
margin: 0;
padding: 0;
a {
font-size: .75rem;
}
}
}
}

View file

@ -123,5 +123,12 @@
}
}
}
}
}
}
@media only screen and (max-width: $mobile - 1) {
#view {
width: 100%;
min-width: 100%;
}
}

View file

@ -156,6 +156,22 @@
}
}
@media only screen and (max-width: $mobile - 1) {
.flex-row {
table {
width: 100%;
}
}
}
@media only screen and (min-width: $mobile) and (max-width: $desktop - 1) {
.flex-row {
table {
width: $cols6;
}
}
}
@media only screen and (max-width: $desktop - 1) {
.flex-row {
flex-direction: column;
@ -163,7 +179,6 @@
table {
margin-top: 50px;
width: $cols6;
text-align: left;
th {