add comment
Signed-off-by: Greta Doci <gretadoci@gmail.com>
This commit is contained in:
parent
bedbb343c3
commit
fffbcc6b1b
|
@ -1,6 +1,6 @@
|
|||
/* 938 = table min-width(688) + app-navigation width: 250
|
||||
769 = size where app-navigation (768) is hidden +1
|
||||
688 = table min-width */
|
||||
/* 938 = table min-width(688) + app-navigation width: 250\
|
||||
$breakpoint-mobile +1 = size where app-navigation is hidden +1
|
||||
688 = table min-width */
|
||||
$min-table-width: 688px;
|
||||
@media only screen and (max-width: $min-table-width + $navigation-width) and (min-width: $breakpoint-mobile + 1), only screen and (max-width: $min-table-width) {
|
||||
|
||||
|
|
Loading…
Reference in New Issue