Complete mobile reactiveness in CSS layer

This commit is contained in:
Andrew Miner
2016-04-30 11:31:49 -07:00
parent 545408a7e7
commit e7cd3f0549
10 changed files with 199 additions and 17 deletions
+1 -12
View File
@@ -33,18 +33,7 @@
.view__mod_tile {
flex: 0 0 auto;
margin-right: 0;
}
}
}
}
}
@include screen-size(mobile) {
.view__browse_page {
.right {
.tile_container {
.view__mod_tile {
flex: 1 1 50%;
width: 100%;
}
}
}
@@ -14,6 +14,8 @@
a {
@include floating-panel;
width : 100%;
border : $size-border-medium solid $color-background-panel;
color : $color-text;
text-decoration : none;