Skip to content
This repository has been archived by the owner on Oct 1, 2019. It is now read-only.

Commit

Permalink
Responsive changes
Browse files Browse the repository at this point in the history
  • Loading branch information
agat committed Feb 9, 2017
1 parent 49b86e2 commit 2d0fe9f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion src/less/blocks/page.less
Original file line number Diff line number Diff line change
Expand Up @@ -236,7 +236,7 @@

@media @fluidDesktop {
flex: none;
width: 560px;
width: 580px;
}

@media @fluidDesktopWide {
Expand Down
6 changes: 3 additions & 3 deletions src/less/blocks/v2/layout.less
Original file line number Diff line number Diff line change
Expand Up @@ -23,11 +23,11 @@


/* Fluid responsive steps */
@fluidMaxWidth: 1367px;
@fluidMaxWidth: 1600px;
@fluidMobileWide: ~"(min-width: 441px) and (max-width: 768px)";
@fluidTablet: ~"(min-width: 769px) and (max-width: 1024px)";
@fluidDesktop: ~"(min-width: 1025px) and (max-width: 1366px)";
@fluidDesktopWide: ~"(min-width: 1367px)";
@fluidDesktop: ~"(min-width: 1025px) and (max-width: 1600px)";
@fluidDesktopWide: ~"(min-width: 1601px)";



Expand Down

0 comments on commit 2d0fe9f

Please sign in to comment.